mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2024-11-04 21:53:24 +01:00
fix import
This commit is contained in:
parent
148eace378
commit
f2a6e9342a
@ -1,6 +1,6 @@
|
||||
import 'babel-polyfill';
|
||||
import * as POTRACE from 'potrace-js';
|
||||
import { POTRACE_OPTIONS } from '@doodle3d-core/constants/d2Constants.js';
|
||||
import { POTRACE_OPTIONS } from 'doodle3d-core/constants/d2Constants.js';
|
||||
|
||||
self.addEventListener('message', (event) => {
|
||||
switch (event.data.msg) {
|
||||
|
Loading…
Reference in New Issue
Block a user