File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ I made this fork because the original is not currently being maintained.
1010## Install
1111
1212``` sh
13- yarn add @gomander/napi-gif-encoder
13+ npm install @gomander/napi-gif-encoder
1414```
1515
1616## Support matrix
@@ -24,7 +24,7 @@ yarn add @gomander/napi-gif-encoder
2424### NodeJS
2525
2626Theoretically, any version of Node.js that supports N-API should work. The CI
27- is validated against the latest LTS version of Node:
27+ is validated against LTS versions of Node:
2828
2929| Node 18 | Node 20 |
3030| ------- | ------- |
@@ -76,8 +76,4 @@ Historical data from the original author also suggests that this library scales
7676
7777### Todo
7878
79- - [x] Update dependencies
80- - [x] Fix builds for linux-musl, Android
81- - [x] Support all LTS versions of Node
82- - [ ] Publish package to NPM
8379- [ ] Add tests
Original file line number Diff line number Diff line change 11{
22 "name" : " @gomander/napi-gif-encoder" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.0.2 " ,
44 "description" : " GIF Encoder for Node JS that tries to have reasonable performance" ,
55 "main" : " index.js" ,
66 "repository" : " git@github.com:gomander/napi-gif-encoder.git" ,
You can’t perform that action at this time.
0 commit comments