mirror of
https://github.com/zsviczian/obsidian-excalidraw-plugin.git
synced 2025-08-06 05:46:28 +00:00
1.7.2 WIP
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user