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.

10 lines 417 B
export { AssetImporter } from './AssetImporter'; export { AssetExporter } from './AssetExporter'; export { AssetManager } from './AssetManager'; export { Object3DManager } from './Object3DManager'; export { Importer } from './Importer'; export { MaterialManager } from './MaterialManager'; export * from './import/index'; export * from './export/index'; export * from './gltf/index'; //# sourceMappingURL=index.js.map