mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Moved ShapeCache in element
This commit is contained in:
parent
875450a0a1
commit
931d03d514
23 changed files with 84 additions and 54 deletions
|
@ -12,8 +12,7 @@ import {
|
|||
} from "@excalidraw/math";
|
||||
|
||||
import { getCurvePathOps } from "@excalidraw/utils/geometry/shape";
|
||||
import { generateRoughOptions } from "@excalidraw/excalidraw/scene/Shape";
|
||||
import { ShapeCache } from "@excalidraw/excalidraw/scene/ShapeCache";
|
||||
import { generateRoughOptions } from "@excalidraw/element/Shape";
|
||||
|
||||
import type {
|
||||
Degrees,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue