mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: export reconciliation (#7917)
This commit is contained in:
parent
015b46ab23
commit
1bd2b1fe55
4 changed files with 8 additions and 10 deletions
|
@ -1,3 +1,4 @@
|
|||
import { reconcileElements } from "../../packages/excalidraw";
|
||||
import {
|
||||
ExcalidrawElement,
|
||||
FileId,
|
||||
|
@ -22,10 +23,7 @@ import { MIME_TYPES } from "../../packages/excalidraw/constants";
|
|||
import { getSyncableElements, SyncableExcalidrawElement } from ".";
|
||||
import { ResolutionType } from "../../packages/excalidraw/utility-types";
|
||||
import type { Socket } from "socket.io-client";
|
||||
import {
|
||||
RemoteExcalidrawElement,
|
||||
reconcileElements,
|
||||
} from "../../packages/excalidraw/data/reconcile";
|
||||
import type { RemoteExcalidrawElement } from "../../packages/excalidraw/data/reconcile";
|
||||
|
||||
// private
|
||||
// -----------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue