scionoftech / webp-converter

[DEPRECATED] A small node.js library for converting any image to webp file format or converting webp image to any image file format.
MIT License
232 stars 44 forks source link

does it support creating animated webp from png, jpeg images? #12

Open hbakhtiyor opened 5 years ago

rustyconover commented 5 years ago

It may be useful to convert the images to webp using sharp, then using this module on the associated webp files.