Merge remote-tracking branch 'origin/master' into aakansha/esm

This commit is contained in:
Aakansha Doshi 2024-05-08 19:15:37 +05:30
commit 5af532d229
252 changed files with 1347 additions and 1483 deletions

View file

@ -3,6 +3,12 @@ import {
exportToSvg as _exportToSvg,
} from "../excalidraw/scene/export";
import { getDefaultAppState } from "../excalidraw/appState";
import type { AppState, BinaryFiles } from "../excalidraw/types";
import type {
ExcalidrawElement,
ExcalidrawFrameLikeElement,
NonDeleted,
} from "../excalidraw/element/types";
import { restore } from "../excalidraw/data/restore";
import { MIME_TYPES } from "../excalidraw/constants";
import { encodePngMetadata } from "../excalidraw/data/image";
@ -13,13 +19,6 @@ import {
copyToClipboard,
} from "../excalidraw/clipboard";
import type { AppState, BinaryFiles } from "../excalidraw/types";
import type {
ExcalidrawElement,
ExcalidrawFrameLikeElement,
NonDeleted,
} from "../excalidraw/element/types";
export { MIME_TYPES };
type ExportOpts = {