elbarpreload

1.2.1 • Public • Published

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')
	}
});

Package Sidebar

Install

npm i elbarpreload

Weekly Downloads

0

Version

1.2.1

License

ISC

Last publish

Collaborators

  • wangky