UNPKG

threepipe

Version:

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

7 lines 270 B
import { IExportParser } from '../IExporter'; export declare class SimpleJSONExporter implements IExportParser { parseAsync(obj: any, { jsonSpaces }: { jsonSpaces?: number | undefined; }): Promise<Blob>; } //# sourceMappingURL=SimpleJSONExporter.d.ts.map