elegantapp / pwa-asset-generator

Automates PWA asset generation and image declaration. Automatically generates icon and splash screen images, favicons and mstile images. Updates manifest.json and index.html files with the generated images according to Web App Manifest specs and Apple Human Interface guidelines.
MIT License
2.73k stars 140 forks source link

Support for WebP #298

Open FelixIsaac opened 4 years ago

FelixIsaac commented 4 years ago

Is your feature request related to a problem? Please describe. Not a problem, but would be nice if there was support for WebP file format.

Describe the solution you'd like Use the "sharp" library, if you want.

onderceylan commented 4 years ago

Hi @FelixIsaac, thanks for the feature request. I'll look into it asap.