Guest User

Untitled

a guest
Mar 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. //Create a new Browser Window
  2. const mainWindow = new BrowserWindow({
  3. width: 800,
  4. height: 600
  5. });
Add Comment
Please, Sign In to add comment