With this application, you can quickly convert your images to the modern .webp format. Place your source images in the src folder, and the converted files will be written to dist.
It converts the following input formats to .webp: .png .jpg .jpeg .gif
git clone https://github.com/jeromehaas/webp-generator.git
cd webp-generator
npm installNow place your images in the src folder (subfolders are supported).
npm run start