Currently, I feel that the market is increasingly oriented towards the use of third-party services to make part of our pipeline. One of the most co...
For further actions, you may consider blocking this person and/or reporting abuse
Thank you for this. This is what I have been looking for
After compress the image, I want to store the image in cloudinary then what will I do?
I just happened to write an article about it, hope it helps! bit.ly/3w2UwHJ
Hello, I want delete the origin image, but i can't, why ?
wow so understandable docs. thanks you soo much
Thank you for the feedback ☺
That's a great article, thanks! My favorite image format would be AVIF, but it's still not supported as widely as WebP.
I have some problem, pls help to resolve this error
This is caused by the ":" character on windows OS.
Eventually you should replace
const timestamp = new Date().toISOString();
with
const timestamp = Date.now();
Hi I used to this code and Compressed the image and storing in the MySQL database. but How to do decompress the image to retrieve the image from database.
i want to compress video how can i do that using sharp or any other way ??
It's maybe too late for answer but you can use npmjs.com/package/fluent-ffmpeg for video compression
after compression of image is done i want to upload it to my mongo DB database how can i achieve that?