local excalidraw assets

This commit is contained in:
Martin Kavík 2024-10-08 22:34:32 +02:00
parent 356a59fa22
commit f05c489d62
123 changed files with 12659 additions and 1 deletions

View file

@ -1,5 +1,7 @@
// -- Excalidraw settings --
// @TODO replace with "true" once Preact is integrated to ExcalidrawCanvas
// @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/";
// -- / --