left-clicky
Basic Node.js synthetic left mouse click event working on Windows, Mac, and Linux.
Example
const clicky = ;clicky;
About
Heavily inspired (parts of the native code reused) by the robotjs written by the Jason Stallings under MIT license. Differences:
- Just left mouse click - nothing more.
- Implements N-API, specifically node-addon-api - no rebuilding, no messing around with gyp!