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