Releases: VladSerhiienko/GifTools
Releases · VladSerhiienko/GifTools
v1.0
v0.2
This pre-release tag features:
- introduced Gif LFS support,
- GitHub Action workflows for automated testing,
- functioning as an independent Node package,
- prebuilt amalgamated JS module with included WASM file,
- minor code improvements on the C++ side.
v0.1
The compiled WASM module exposes C-like functions to manipulate objects via their opaque identifiers. This release purely manages errors and invalid API use cases and uses Emscripten bindings only where required. It's not very handy to use it inside JS. And yet it provides quite efficient ways to utilize as small amounts of the heap as it's probably possible.
Features:
- Create images from Uint8Array.
- Resize images.
- Build GIFs.