UNPKG

three

Version:

JavaScript 3D library

8 lines (5 loc) 126 B
import {Object3D} from '../../../src/Three'; export class OBJExporter { constructor(); parse(object: Object3D): string; }