Skip to content

Commit 6726d67

Browse files
committed
2.0.4: add credits
1 parent af3f0b3 commit 6726d67

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,15 @@ import { readFileSync } from 'fs'
3131
const gif = Decoder.decodePath('sample.gif')
3232
const gif = Decoder.decodeBuffer(readFileSync('sample.gif'))
3333
```
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

Comments
 (0)