mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Fixing math package
This commit is contained in:
parent
44d8a6b4fe
commit
5e68895709
26 changed files with 37 additions and 37 deletions
|
@ -17,10 +17,10 @@ import type {
|
|||
Radians,
|
||||
} from "@excalidraw/math";
|
||||
|
||||
import { rescalePoints } from "../points";
|
||||
import { generateRoughOptions } from "../scene/Shape";
|
||||
import { ShapeCache } from "../scene/ShapeCache";
|
||||
import { arrayToMap, invariant } from "../utils";
|
||||
import { rescalePoints } from "@excalidraw/excalidraw/points";
|
||||
import { generateRoughOptions } from "@excalidraw/excalidraw/scene/Shape";
|
||||
import { ShapeCache } from "@excalidraw/excalidraw/scene/ShapeCache";
|
||||
import { arrayToMap, invariant } from "@excalidraw/excalidraw/utils";
|
||||
|
||||
import { LinearElementEditor } from "./linearElementEditor";
|
||||
import { getBoundTextElement, getContainerElement } from "./textElement";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue