1.0.2 • Published 1 year ago
@shreklabs/electron-utils v1.0.2
@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();