local excalidraw assets
This commit is contained in:
parent
356a59fa22
commit
f05c489d62
123 changed files with 12659 additions and 1 deletions
|
@ -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/";
|
||||
// -- / --
|
||||
|
|
Reference in a new issue