UNPKG

narraleaf

Version:

Create your visual novel with Electron and React

16 lines (15 loc) 650 B
export declare const RendererOutputFileName = "App.js"; export declare const RendererOutputHTMLFileName = "index.html"; export declare const MainOutputFileName = "main.js"; export declare const DefaultDevServerPort = 5050; export declare const ENV_DEV_SERVER_PORT = "NARRALEAF_DEV_SERVER_PORT"; export declare const NarraLeafMainWorldProperty: "NarraLeaf"; export declare const PreloadFileName = "preload.js"; export declare const AppProtocol: "app"; export declare const AppPublicHostName = "public"; export declare const RendererHomePage = "home"; export declare enum AppHost { Public = "public", Root = "root", Renderer = "renderer" }