winapi-js
TypeScript icon, indicating that this package has built-in type declarations

1.1.23 • Public • Published

winapi-js

Node.js Desktop Automation for Windows. Precise thread sleep, emulate the mouse and keyboard.

Contents

Installation

Install with npm:

npm install winapi-js

Install with yarn:

yarn add winapi-js

Example

const api = require("winapi-js");

api.sleepSync(1.01);
const { x, y } = api.getCursorPos();
api.setCursorPos(x, y);

Readme

Keywords

none

Package Sidebar

Install

npm i winapi-js

Weekly Downloads

0

Version

1.1.23

License

none

Unpacked Size

575 kB

Total Files

6

Last publish

Collaborators

  • pankerit