sentialx / node-window-manager

Manage windows in Windows, macOS and Linux using Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prebuilt binaries

stefnotch opened this issue · comments

Is your feature request related to a problem? Please describe.

Currently installing node-window-manager requires you to install Python and get node-gyp to work, which makes this rather hard to use.

Describe the solution you'd like

It'd be great if the node-window-manager came with prebuilt binaries like robotjs. It looks like this wouldn't be too hard to achieve with https://github.com/prebuild/node-gyp-build and https://github.com/prebuild/prebuildify

Describe alternatives you've considered

Additional context