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.

7 lines 427 B
export { GLTFExporter2, type GLTFExporter2Options } from './GLTFExporter2'; export { GLTFWriter2 } from './GLTFWriter2'; export { SimpleJSONExporter } from './SimpleJSONExporter'; export { SimpleTextExporter } from './SimpleTextExporter'; export { EXRExporter2 } from './EXRExporter2'; export { type AssetExportHooks, assetExportHook } from './assetExportHook'; //# sourceMappingURL=../../src/assetmanager/export/index.d.ts.map