/**
 * Minified by jsDelivr using Terser v5.39.0.
 * Original file: /npm/glslEditor@0.0.24/src/main.js
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
const electron=require("electron"),app=electron.app,BrowserWindow=electron.BrowserWindow;var Menu=electron.Menu,mainWindow=null;const path=require("path"),url=require("url");function createWindow(){(mainWindow=new BrowserWindow({title:"GlslEditor",width:1e3,minWidth:700,height:700,minHeight:700})).setTitle("GlslEditor"),mainWindow.loadURL(url.format({pathname:path.join(__dirname,"index.html"),protocol:"file:",slashes:!0})),mainWindow.on("closed",(function(){mainWindow=null}))}app.on("ready",createWindow),app.on("window-all-closed",(function(){app.quit()})),app.on("activate",(function(){null===mainWindow&&createWindow()}));
//# sourceMappingURL=/sm/d8e8ed28aebb96f84b843fb7f5bbf803764d0fc847843795ea97b242cfd10820.map