Fix svg importer.

This commit is contained in:
kovacsv 2022-06-16 19:02:16 +02:00
parent 97b51ca3ec
commit a7a76cec4b

View File

@ -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