|
@@ -10,12 +10,12 @@ import { MIME_TYPES } from "../../../constants";
|
|
// This is so that we use the bundled excalidraw.development.js file instead
|
|
// This is so that we use the bundled excalidraw.development.js file instead
|
|
// of the actual source code
|
|
// of the actual source code
|
|
const {
|
|
const {
|
|
|
|
+ Excalidraw,
|
|
exportToCanvas,
|
|
exportToCanvas,
|
|
exportToSvg,
|
|
exportToSvg,
|
|
exportToBlob,
|
|
exportToBlob,
|
|
sceneCoordsToViewportCoords,
|
|
sceneCoordsToViewportCoords,
|
|
-} = window.Excalidraw;
|
|
|
|
-const Excalidraw = window.Excalidraw.default;
|
|
|
|
|
|
+} = window.ExcalidrawLib;
|
|
|
|
|
|
const STAR_SVG = (
|
|
const STAR_SVG = (
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512">
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512">
|