UNPKG

threepipe

Version:

A 3D viewer framework built on top of three.js in TypeScript with a focus on quality rendering, modularity and extensibility.

6 lines 268 B
import { IExportParser } from '../IExporter'; import { AnyOptions } from 'ts-browser-helpers'; export declare class SimpleTextExporter implements IExportParser { parseAsync(obj: any, _: AnyOptions): Promise<Blob>; } //# sourceMappingURL=SimpleTextExporter.d.ts.map