mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2024-12-22 11:03:48 +01:00
fix import
This commit is contained in:
parent
7139631d90
commit
3c41980fb9
@ -1,4 +1,5 @@
|
|||||||
import { pathToVectorPath, applyMatrixOnPath } from '../shape/shapeDataUtils.js';
|
import { applyMatrixOnPath } from './vectorUtils.js';
|
||||||
|
import { pathToVectorPath } from '../shape/shapeDataUtils.js';
|
||||||
import { Matrix } from 'cal';
|
import { Matrix } from 'cal';
|
||||||
import TraceWorker from 'workers/worker.js';
|
import TraceWorker from 'workers/worker.js';
|
||||||
import { getPixel } from './colorUtils.js';
|
import { getPixel } from './colorUtils.js';
|
||||||
|
Loading…
Reference in New Issue
Block a user