Releases: alienzhou/giframe
Releases · alienzhou/giframe
v0.2.0
Feat
- Improve compatibility. Remove
Proxy
API and use a basic function. Now it supports most browsers.
Other
- Code style. Add linters.
- Test. Add some tests to test broken bytes.
v0.1.0
First release 🎉
- Compatible - support decode GIF images in browsers and NodeJS.
- Fast - it's fast because it can decode chunk by chunk.
No need to wait for and read all bytes, especially when extracting the first frame.