1
0
Fork 0

🎨 Moved round() to utils

This commit is contained in:
Joost De Cock 2018-08-31 09:44:12 +02:00
parent 85137b2334
commit 1faad2a01b
9 changed files with 34 additions and 23 deletions

View file

@ -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() {