jhuckaby / webp-wasm

Encode and decode WEBP images using libwebp compiled to WebAssembly.
MIT License
18 stars 0 forks source link

AnimEncoder API? #5

Open aendra-rininsland opened 2 months ago

aendra-rininsland commented 2 months ago

Hi there!

I'm wanting to create animated WebP images but it doesn't seem like this exposes AnimEncoder.

AFAICT nothing currently supports encoding to animated WebP from NodeJS so it'd be super cool if that worked.

cuixiping commented 3 weeks ago

I also need this feature api.

jhuckaby commented 3 weeks ago

Unfortunately this library relies on Squoosh and reuses their WebP WASM blob. I have no way to support animated images until they do, alas 😞