@@ -12,31 +12,26 @@ npm install napi-webp-animation
1212
1313## Support matrix
1414
15- ### Operating Systems
15+ | | node18 | node20 | node22 |
16+ | ---------------- | ------ | ------ | ------ |
17+ | Windows x64 | ✓ | ✓ | ✓ |
18+ | Windows x32 | ✓ | ✓ | ✓ |
19+ | Windows arm64 | ✓ | ✓ | ✓ |
20+ | macOS x64 | ✓ | ✓ | ✓ |
21+ | macOS arm64 | ✓ | ✓ | ✓ |
22+ | Linux x64 gnu | ✓ | ✓ | ✓ |
23+ | Linux x64 musl | ✓ | ✓ | ✓ |
24+ | Linux arm gnu | ✓ | ✓ | ✓ |
25+ | Linux arm64 gnu | ✓ | ✓ | ✓ |
26+ | Linux arm64 musl | ✓ | ✓ | ✓ |
27+ | Android arm64 | ✓ | ✓ | ✓ |
28+ | Android armv7 | ✓ | ✓ | ✓ |
29+ | FreeBSD x64 | ✓ | ✓ | ✓ |
1630
17- | Linux x64/aarch64 | Windows x64 |
18- | ----------------- | ----------- |
19- | ✓ | ✓ |
20-
21- ### NodeJS
22-
23- Theoretically, any version of Node that supports N-API should work. The CI is
24- validated against LTS versions of Node:
25-
26- | Node 18 | Node 20 | Node 22 |
27- | ------- | ------- | ------- |
28- | ✓ | ✓ | ✓ |
29-
30- ### Building
31-
32- If you are using this as a dependency, since we use N-API, you don't
33- need to build anything! However, if you want to tinker with this code
34- or submit a PR, read below.
3531
3632## Developing
3733
38- - Install latest ` Rust ` . Suggest using [ rustup] ( https://rustup.rs/ ) . If on
39- Windows, use WSL for an easier time.
34+ - Install latest [ Rust] ( https://rustup.rs/ ) . If on Windows, use WSL for an easier time.
4035- Install ` NodeJS@18+ ` . LTS versions suggested.
4136- Install ` pnpm ` and dependencies with ` pnpm i ` .
4237
0 commit comments