Fix svg importer.
This commit is contained in:
parent
97b51ca3ec
commit
a7a76cec4b
@ -1,5 +1,7 @@
|
||||
import { Direction } from '../geometry/geometry.js';
|
||||
import { ImporterThreeBase } from './importerthree.js';
|
||||
|
||||
import * as THREE from 'three';
|
||||
import { SVGLoader } from 'three/examples/jsm/loaders/SVGLoader.js';
|
||||
|
||||
export class ImporterThreeSvg extends ImporterThreeBase
|
||||
|
||||
Loading…
Reference in New Issue
Block a user