Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maskaravivek/b5bb7f01382540dd21a6673ee3904f12 to your computer and use it in GitHub Desktop.
Save maskaravivek/b5bb7f01382540dd21a6673ee3904f12 to your computer and use it in GitHub Desktop.
const win = new BrowserWindow({
width: 640,
height: 420,
webPreferences: {
nodeIntegration: true,
preload: path.join(__dirname, 'preload.js')
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment