// -- Excalidraw settings -- // @TODO replace with "true" once Preact is integrated into ExcalidrawCanvas var process = { env: { IS_PREACT: "false" } }; // @TODO probably remove or update once Preact is integrated into ExcalidrawCanvas window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = { isDisabled: true }; window.EXCALIDRAW_ASSET_PATH = "/_api/public/excalidraw/"; // -- / --