# libUIOHook Binaries This is a part of [Node3D](https://github.com/raub) project. [![NPM](https://badge.fury.io/js/deps-uiohook-raub.svg)](https://badge.fury.io/js/deps-uiohook-raub) [![ESLint](https://github.com/raub/deps-uiohook-raub/actions/workflows/eslint.yml/badge.svg)](https://github.com/raub/deps-uiohook-raub/actions/workflows/eslint.yml) [![Test](https://github.com/raub/deps-uiohook-raub/actions/workflows/test.yml/badge.svg)](https://github.com/raub/deps-uiohook-raub/actions/workflows/test.yml) ```console 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](https://github.com/kwhat/libuiohook). See [uiohook-raub](https://github.com/raub/uiohook-raub/tree/master/src) for how the libraries may be used in a Node.js addon. ## Legal Notice This software uses [libUIOHook](https://github.com/kwhat/libuiohook) under LGPL3 license. A copy of libUIOHook license is [included](/LIBUIOHOOK_LGPL.md), and can also be found at the [official repository](https://github.com/kwhat/libuiohook/blob/1.2/COPYING.LESSER.md).