mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Move data folder into src
This commit is contained in:
parent
6315848013
commit
ce8542c6f9
53 changed files with 130 additions and 124 deletions
|
@ -1,8 +1,8 @@
|
|||
import { decodePngMetadata } from "@excalidraw/excalidraw/data/image";
|
||||
import { decodePngMetadata } from "@excalidraw/excalidraw/src/data/image";
|
||||
import { decodeSvgBase64Payload } from "@excalidraw/excalidraw/src/scene/export";
|
||||
import { API } from "@excalidraw/excalidraw/tests/helpers/api";
|
||||
|
||||
import type { ImportedDataState } from "@excalidraw/excalidraw/data/types";
|
||||
import type { ImportedDataState } from "@excalidraw/excalidraw/src/data/types";
|
||||
|
||||
import * as utils from "../src";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue