1.2.1 • Published 8 years ago

elbarpreload v1.2.1

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

titlebar

A node module for add titlebar in Electron's BrowserWindow .

##Introduction Used for create BroserWindow in webPreferences's preload property,we will set BroswerWindow frame porperty is false.

this module depend eltitlebar module.

##install npm install elbarpreload --save

Usage

var win = new BrowserWindow({ width: 800, height: 600, frame:false, webPreferences: { preload: require.resolve('elbarpreload') } });

1.2.1

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago