Binaries and headers for libUIOHook-dependent compilation
Go to file
Luis Blanco b5941b6240 Add aarch xtst 2 2023-11-28 21:37:46 +04:00
.github/workflows Add initial files 2023-11-28 20:46:16 +04:00
include Add initial files 2023-11-28 20:46:16 +04:00
src Add aarch xtst 2 2023-11-28 21:37:46 +04:00
test Add initial files 2023-11-28 20:46:16 +04:00
.eslintrc.json 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 Add initial files 2023-11-28 20:46:16 +04:00
README.md Adjust readme 2023-11-28 20:58:53 +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 Add initial files 2023-11-28 20:46:16 +04:00
package-lock.json Add initial files 2023-11-28 20:46:16 +04:00
package.json Add initial files 2023-11-28 20:46:16 +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, Linux Aarch64.
  • Library: libUIOHook.
  • Linking: static lib-type.

See the libUIOHook repository.

See uiohook-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.