UNPKG
nw-penetrate
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Make the nwjs window penetrable. (Windows only)
github.com/zsxsoft/nw-penetrate
zsxsoft/nw-penetrate
nw-penetrate
/
index.js
8 lines
•
193 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
(
function
(
) {
module
.
exports
= {
penetrate
:
function
(
windowTitle
) {
var
addon =
require
(
'./bindings-fork'
)(
'./penetrate.node'
);
return
addon.
penetrate
(windowTitle); } } })();