UNPKG

node-global-listener

Version:

A lightweight and efficient Node.js package for capturing global keyboard and mouse events, supporting key presses, mouse movements, input simulation, and background operation.

6 lines (5 loc) 204 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const index_1 = require("./index"); const keyEvent = new index_1.KeyEventReader(); const Keys = new index_1.KeyboardHandler();