Skip to content

Commit 9aa33c6

Browse files
committed
0.0.2
1 parent 1203579 commit 9aa33c6

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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

2626
Theoretically, 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)