Skip to content

@catlabtech/webcvt-image-animation

Animated image format support for webcvt: GIF, APNG, and animated WebP.

Installation

bash
npm i @catlabtech/webcvt-image-animation

Supported formats

FormatDecodeEncode
GIFyesyes
APNGyesyes
Animated WebPyesyes

API

Detailed API reference coming in v0.2. See the source code for now.

Notes

Pure TypeScript — no WASM required. Implements full LZW decode/encode for GIF, DEFLATE-based APNG, and RIFF/VP8X WebP animation containers.

MIT licensed