export const NODE_RUNTIME_NAME = "Electron embedded Node.js"; export const DEFAULT_WINDOW_BACKGROUND = "#0f0f0f"; export const DEFAULT_WINDOW_SIZE = { width: 1920, height: 1080, minWidth: 1920, minHeight: 1080, } as const; export const LOADING_WINDOW_SIZE = { width: 300, height: 300, } as const;