1.0.0 • Published 5 months ago

@shreklabs/electron-utils v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

@ShrekLabs/electron-utils

Install

# install peer-deps with
npm i electron
# install the library with
npm i @shreklabs/electron-utils

If you want to use electron features like Win, you'll probably need to install and enable @electron/remote:

npm i @electron/remote
// In the main process
const remoteMain = require("@electron/remote/main");

remoteMain.initialize();

Useful links

1.0.0

5 months ago