mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2025-01-10 19:35:09 +01:00
remove unused three js imports
This commit is contained in:
parent
87f7f2f906
commit
8b9b789c56
@ -1,5 +1,4 @@
|
||||
import Shape from 'Doodle3D/clipper-js';
|
||||
import * as THREE from 'three.js';
|
||||
import { PRECISION } from '../constants.js';
|
||||
|
||||
const offsetOptions = {
|
||||
|
@ -1,4 +1,3 @@
|
||||
import * as THREE from 'three.js';
|
||||
import { PRECISION } from '../constants.js';
|
||||
|
||||
const inversePrecision = 1 / PRECISION;
|
||||
|
Loading…
x
Reference in New Issue
Block a user