mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
add @excalidraw/utils to external and fixes
This commit is contained in:
parent
6a1477a55c
commit
45ff9d1053
8 changed files with 9 additions and 9 deletions
|
@ -171,6 +171,8 @@ export const exportToSvg = async ({
|
|||
exportPadding?: number;
|
||||
renderEmbeddables?: boolean;
|
||||
}): Promise<SVGSVGElement> => {
|
||||
console.log("HIIII TGEREE122");
|
||||
|
||||
const { elements: restoredElements, appState: restoredAppState } = restore(
|
||||
{ elements, appState },
|
||||
null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue