webkit-gui
v1.0.0
Published
Get the node-webkit gui object in a nice-ish manner
Downloads
3
Readme
webkit-gui
Get the node-webkit gui
object in a nice-ish manner.
Installation
npm install webkit-gui
Usage
var gui = require('gui');
See also
Why?
The actual code for retrieving the gui
object in node-webkit is pretty long,
this should provide a much neater solution for retrieving that.