png-codec
png-codec copied to clipboard
Decode and encode png files in browsers/Node.js
Renaming tsconfig.all.json to tsconfig.json will fix this
Chunks: - `acTL`: The Animation Control Chunk - `fcTL`: The Frame Control Chunk - `fdAT`: The Frame Data Chunk https://wiki.mozilla.org/APNG_Specification
In order to support custom/private png formats, or just chunks that aren't supported yet, the library should have some way of injecting "chunk decoders" that would provide this. For example...