node-window-manager
Manage windows in Windows, macOS and Linux(WIP)
Install
To install this package, just run
$ npm install node-window-manager
Quick start
The following example shows how to get the currently focused window's title and hide it.
const windowManager = ; const window = windowManager; // Prints the currently focused window bounds.console; // This method has to be called on macOS before changing the window's bounds, otherwise it will throw an error.// It will prompt an accessibility permission request dialog, if needed.windowManager; // Sets the active window's bounds.window;
Documentation
The documentation and API references are located in the docs
directory.