| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-24 | 696 Bytes | |
| v0.8.0 source code.tar.gz | 2026-07-24 | 153.6 kB | |
| v0.8.0 source code.zip | 2026-07-24 | 177.8 kB | |
| Totals: 3 Items | 332.0 kB | 2 | |
RobotJS 0.8.0 adds image and color search, BMP loading and saving, optional PNG support, and display-aware screen capture.
Highlights
- Find, count, and click images in captures.
- Find, count, and read colors with bounded search rectangles and tolerance.
- Load and save BMP images; opt into PNG support for macOS and Linux source builds.
- Enumerate displays and translate capture coordinates to screen coordinates.
- Auto-detect Shift and AltGr for Linux
typeString. - Emit complete macOS modifier lifecycles for reliable shortcuts.
Install from npm:
:::sh
npm install robotjs@0.8.0
Full details: CHANGELOG.md (github.com)