UNPKG

threepipe

Version:

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

4 lines 227 B
export { AViewerPlugin, AViewerPluginAsync, AViewerPluginSync } from './AViewerPlugin'; export { ThreeViewer } from './ThreeViewer'; export { ViewerRenderManager } from './ViewerRenderManager'; //# sourceMappingURL=index.js.map