left-clicky
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

left-clicky

Basic Node.js synthetic left mouse click event working on Windows, Mac, and Linux.

Example

const clicky = require('left-clicky');
clicky.click();

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!

Readme

Keywords

none

Package Sidebar

Install

npm i left-clicky

Weekly Downloads

2

Version

0.1.1

License

MIT

Unpacked Size

166 kB

Total Files

20

Last publish

Collaborators

  • durasj