Skip to content

Releases: alienzhou/giframe

v0.2.0

03 Feb 10:27
Compare
Choose a tag to compare

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

21 Jan 11:19
8e8f8f3
Compare
Choose a tag to compare

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.