Binaries and headers for libUIOHook-dependent compilation
Go to file
Luis Blanco 650ccfc6df Fix missing build script 2024-05-30 20:36:01 +04:00
.github/workflows Update deps and add mac arm 2024-05-30 20:10:52 +04:00
include Add initial files 2023-11-28 20:46:16 +04:00
src Fix missing build script 2024-05-30 20:36:01 +04:00
test Add initial files 2023-11-28 20:46:16 +04:00
.gitignore Add initial files 2023-11-28 20:46:16 +04:00
LIBUIOHOOK_LGPL.md Add initial files 2023-11-28 20:46:16 +04:00
LICENSE Update deps and add mac arm 2024-05-30 20:10:52 +04:00
README.md Fix readme 2023-11-28 23:24:31 +04:00
eslint.config.js Update deps and add mac arm 2024-05-30 20:10:52 +04:00
index.d.ts Add initial files 2023-11-28 20:46:16 +04:00
index.js Add initial files 2023-11-28 20:46:16 +04:00
install.js Update deps and add mac arm 2024-05-30 20:10:52 +04:00
package-lock.json Update deps and add mac arm 2024-05-30 20:10:52 +04:00
package.json Update deps and add mac arm 2024-05-30 20:10:52 +04:00

README.md

libUIOHook Binaries

This is a part of Node3D project.

NPM ESLint Test

npm i -s deps-uiohook-raub

This dependency package is distributing libUIOHook binaries through NPM for Node.js addons.

  • Platforms (x64): Windows x64, Linux x64, OSX x64.
  • Library: libUIOHook.
  • Linking: static lib-type.

See the libUIOHook repository.

See iohook-raub for how the libraries may be used in a Node.js addon.

This software uses libUIOHook under LGPL3 license. A copy of libUIOHook license is included, and can also be found at the official repository.