| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-07 | 555 Bytes | |
| v0.9.1 source code.tar.gz | 2026-08-07 | 129.8 kB | |
| v0.9.1 source code.zip | 2026-08-07 | 157.8 kB | |
| Totals: 3 Items | 288.1 kB | 2 | |
RobotJS 0.9.1 adds PNG support on Windows and ships PNG-enabled Node-API prebuilds for Linux, macOS, and Windows.
Highlights
- Load and save PNG images on Windows using Windows Imaging Component.
- Install bundled x64 and arm64 prebuilds across Linux, macOS, and Windows.
- Statically link libpng into Linux and macOS prebuilds.
- Fall back to a source build on unsupported targets.
Install from npm:
:::sh
npm install robotjs@0.9.1
Full details: CHANGELOG.md (github.com)