UNPKG

sparc

Version:

Bootstrap Electron with static views or socket connection to remote source such as Create React App.

25 lines 612 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const path_1 = require("path"); exports.DEFAULTS = { mainView: 'main', viewsDir: path_1.join(process.cwd(), 'views'), viewsExt: '.html', confirmExit: false, allowDevTools: undefined, preserveState: true, autoInit: true, width: 800, height: 600 }; exports.DEFAULT_STORE_STATE = { main: { isMaximized: false, x: undefined, y: undefined, height: 600, width: 800 } }; exports.DEFAULT_STORE_NAME = '__default_store__'; //# sourceMappingURL=constants.js.map