electron-window-state : Simple module that helps to save and restore size and position of Electron windows.. You can installing electron-window-state npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install electron-window-state $ sudo npm install -g electron-window-state
If want to update the electron-window-state package execute the command as below,
$ sudo npm update electron-window-state
Update package globally,
$ npm install -g electron-window-state
$ sudo git clone https://github.com/rektide/electron-window-state.git
$ sudo npm install -g ./electron-window-state
electron-window-state@4.1.1 /usr/lib/node_modules/electron-window-state
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall electron-window-state
Package Name | electron-window-state |
Version | 4.1.1 |
Description | Simple module that helps to save and restore size and position of Electron windows. |
Released Date | 2017-04-13T16:10:24.439Z |
Published by | mawie81 |
How to Learn | https://www.npmjs.com/package/electron-window-state/tutorial |