mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
suport iFrame
This commit is contained in:
parent
9da3e47877
commit
44390cb146
6 changed files with 14 additions and 9 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue