🎨 Moved round() to utils
This commit is contained in:
parent
85137b2334
commit
1faad2a01b
9 changed files with 34 additions and 23 deletions
|
@ -1,13 +1,13 @@
|
|||
import Attributes from "./attributes";
|
||||
import Point from "./point";
|
||||
import Bezier from "bezier-js";
|
||||
import { round } from "./round";
|
||||
import {
|
||||
linesIntersect,
|
||||
lineIntersectsCurve,
|
||||
curvesIntersect,
|
||||
pointOnLine,
|
||||
pointOnCurve
|
||||
pointOnCurve,
|
||||
round
|
||||
} from "./utils";
|
||||
|
||||
function Path() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue