Cwebp CLI to optimize images

cwebp is Google’s CLI tool to optimize images and convert them to webp, it’s available for all OSs

I want a user in my nextjs app to input a file and when he clicks submit to run the cwebp utility, get the optimized image and then do stuff with it (upload it to Firebase Storage)

Is this possible on vercel? Or is there a better way? Thanks :slight_smile:

Hi @dev-webilumeu!

Great to have you here - welcome to the community! If you wanted to, feel free to drop by Introductions. Would love to hear about what you’re building :smiley:

Sounds like an interesting app! Could you maybe use something like webp-converter?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.