hexojs / hexo-asset-pipeline

A hexo plugin to minify/optimize HTML, CSS, JS and images. Supports revisioning of assets.
29 stars 16 forks source link

Add WebP support to WebMin #80

Open B3rn475 opened 4 years ago

B3rn475 commented 4 years ago

Would it be possible to add support to WebP in imagemin?

This would allow to generate the WebP counterpart of the assets images allowing to optimize loading times in compatible browser.

curbengh commented 4 years ago

Seems possible, https://www.npmjs.com/package/imagemin-webp.