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.
6 lines • 321 B
TypeScript
export { GLTFExporter2, type GLTFExporter2Options } from './GLTFExporter2';
export { GLTFWriter2 } from './GLTFWriter2';
export { SimpleJSONExporter } from './SimpleJSONExporter';
export { SimpleTextExporter } from './SimpleTextExporter';
export { EXRExporter2 } from './EXRExporter2';
//# sourceMappingURL=index.d.ts.map