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.

5 lines (3 loc) 146 B
import { KeyEventReader } from "./lib/lib"; import { KeyboardHandler } from "./lib/windows/win"; export { KeyEventReader, KeyboardHandler };