UNPKG

threepipe

Version:

A modern 3D viewer framework built on top of three.js, written in TypeScript, designed to make creating high-quality, modular, and extensible 3D experiences on the web simple and enjoyable.

8 lines 456 B
import { DataTexture } from 'three'; import { EXRExporter, EXRExporterParseOptions } from 'three/examples/jsm/exporters/EXRExporter.js'; import { IExportWriter } from '../IExporter'; import { IRenderTarget } from '../../rendering'; export declare class EXRExporter2 extends EXRExporter implements IExportWriter { parseAsync(obj: IRenderTarget | DataTexture, options: EXRExporterParseOptions): Promise<Blob>; } //# sourceMappingURL=EXRExporter2.d.ts.map