arole
v1.1.3
Published
Control input events in Node.js.
Downloads
26
Maintainers
Readme
Arole
Control input events in Node.js. Mouse, touch events and keyboard are now at your disposal! Thanks to Node.js addons, with three handy classes you can simulate the events you need with ease.
[!IMPORTANT] Currently available for Windows only.
Installation
npm install arole
Usage
const { Mouse, Touch, Keyboard } = require('arole');Check this to clearly understand the functionality.
