iampava / imagemin-webp-webpack-plugin

Webpack plugin which converts images to the WebP format while also keeping the original files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GIF support using gif2webp

bartdecorte opened this issue · comments

I recently stumbled upon the gif2webp utility, which is capable of converting animated gifs to webp images. I've done some research and found an imagemin-gif2webp package right here: https://github.com/imagemin/imagemin-gif2webp.

Seems to me support could be integrated fairly easy. Are there any plans to support this in the near feature?

Sweet! Would love to add this to the package. Will try and take a look next weekend, when I hope I'll have some free time.

If you wanna do a PR in the meantime, it would be much appreciated.

PR was open but it seems to be blocked by a bug in the imagemin-gif2webp library - #36

Looks like we’ll have to wait that out, can’t merge this if it does not work on Windows. Could not test that myself, I’m a Mac guy 😄.