1.7.2 WIP

This commit is contained in:
Zsolt Viczian
2022-06-22 23:50:19 +02:00
parent 7cd3ec40c6
commit d2284b8d14
9 changed files with 89 additions and 48 deletions

View File

@@ -23,15 +23,11 @@ import { ExportSettings } from "../ExcalidrawView";
import { compressToBase64, decompressFromBase64 } from "lz-string";
import { getIMGFilename } from "./FileUtils";
declare global {
interface Window {
ExcalidrawLib: any;
}
}
const {
exportToSvg,
exportToBlob,
} = window.ExcalidrawLib;
//@ts-ignore
} = excalidrawLib;
declare module "obsidian" {
interface Workspace {