hi @cryptokid , @YosephKS,
Currently for image upload in IPFS i have use Moralis.Cloud.toIpfs
cloud function and its working perfectly.
Now my question is how to do auto format size of generated IPFS image hash.
example like:
-
https://ipfs.moralis.io:2053/ipfs/QmVRRqNZiwFacr9zpPqZSYV19uJwp25yqefEuu6YkQdy7G?auto=format&w=100
-
https://ipfs.moralis.io:2053/ipfs/QmVRRqNZiwFacr9zpPqZSYV19uJwp25yqefEuu6YkQdy7G?auto=format&w=1000
I have found this URL mutable-file-system-mfs, but how to implement this feature in our Moralis.Cloud.toIpfs
cloud function.
Please guide us.