We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af3f0b3 commit 6726d67Copy full SHA for 6726d67
README.md
@@ -31,3 +31,15 @@ import { readFileSync } from 'fs'
31
const gif = Decoder.decodePath('sample.gif')
32
const gif = Decoder.decodeBuffer(readFileSync('sample.gif'))
33
```
34
+
35
+# Credits
36
37
+Spec: https://www.w3.org/Graphics/GIF/spec-gif89a.txt
38
39
+Interlace Function: https://github.com/matt-way/gifuct-js
40
41
+Gif Blog: https://www.matthewflickinger.com/lab/whatsinagif/index.html
42
43
+LZW Decompression: https://gist.github.com/devunwired/4479231
44
45
+Modern Gif: https://github.com/qq15725/modern-gif
0 commit comments