I'm trying to decode animated WebP images. I'd like to extract the frames composing the animation as well as the delay for each frame.
Any idea of how to deal with decoding animated WebP images using JavaScript in a React / NextJS environment?
I've found node-webpmux (https://github.com/ApeironTsuka/node-webpmux), which is webpmux (https://developers.google.com/speed/webp/docs/webpmux?hl=es-419) for JavaScript. However, it's incompatible as it first tries to use the FS and crashes on Browsers, being incompatible with React / NextJS.