Revamp the renderer to use terminalizer-player v0.3.0

This commit is contained in:
Mohammad Fares
2018-11-05 19:07:20 +02:00
parent 3e4b4246d9
commit 2a749db26d
2 changed files with 46 additions and 29 deletions

View File

@@ -41,7 +41,11 @@ app.on('ready', createWindow);
function createWindow() {
// Create a browser window
var win = new BrowserWindow({show: false, width: 8000, height: 8000});
var win = new BrowserWindow({
show: false,
width: 8000,
height: 8000
});
// Load index.html
win.loadURL('file://' + __dirname + '/index.html');