Closed polluterofminds closed 2 months ago
Pinata already supports image optimizations. Since the SDK supports fetching files, it's be interesting to support optimizing those files if they are images. It could look something like:
await pinata.gateways.get("Qm..").resize({width: 100, height: 100})
Feature merged! Will be included in next release 🤝🏻
Pinata already supports image optimizations. Since the SDK supports fetching files, it's be interesting to support optimizing those files if they are images. It could look something like: