suport iFrame

This commit is contained in:
zsviczian 2023-11-25 05:43:25 +00:00
parent 9da3e47877
commit 44390cb146
6 changed files with 14 additions and 9 deletions

View file

@ -104,6 +104,7 @@ export type ExcalidrawIframeElement = _ExcalidrawElementBase &
type: "iframe";
// TODO move later to AI-specific frame
customData?: { generationData?: MagicCacheData };
scale: [number, number];
}>;
export type ExcalidrawIframeLikeElement =