FatehAK / vite-plugin-image-optimizer

Optimize your image assets using Sharp.js and SVGO.
MIT License
344 stars 15 forks source link

image conversion #29

Closed tuber84 closed 1 year ago

tuber84 commented 1 year ago

Describe the feature you'd like to request

Hello, is it possible to convert images to different formats?

Describe the solution you'd like

conversion: [ {from: 'png', to: 'jpeg' }, { from: 'jpeg', to: 'webp' }, ]

Additional context

No response

Validations