image-js / fast-png

PNG image decoder and encoder written entirely in JavaScript
MIT License
329 stars 17 forks source link

Add support for APNG #34

Open lpatiny opened 8 months ago

lpatiny commented 8 months ago

Add the support for animated PNG.

decodeToBeDefined that returns systematically an array of images.

opatiny commented 8 months ago

Do we want to decode or generate APNG (or both)?

targos commented 8 months ago

Decode.