vbenjs / vite-plugin-imagemin

A vite plugin for compressing image assets.
MIT License
207 stars 28 forks source link

How to convert jpg and png to webp? #40

Open ghost opened 1 year ago

ghost commented 1 year ago

Hello. Can this plugin convert images from one format to another? In my case, I want to automatically convert my images (jpg and png) to webp format, which are located in /src/img and put them in /dist/img.

If it is possible, then how to do it? I don't see the answer in the documentation.