diff --git a/comb.js b/comb.js index f481e37..78ec51b 100644 --- a/comb.js +++ b/comb.js @@ -1,4 +1,3 @@ -import { add, divide, distanceTo, normalize, subtract, normal, dot } from './src/sliceActions/helpers/vector2.js'; import { pointIsInsideConvex, decompose, findClosestPath, containLineInPath } from './src/sliceActions/helpers/comb.js'; const canvas = document.createElement('canvas');