mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-21 21:27:56 +01:00
remove unused imports
This commit is contained in:
parent
2c953496f7
commit
5900bbcc50
1
comb.js
1
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');
|
||||
|
Loading…
Reference in New Issue
Block a user