threepipe
Version:
A 3D viewer framework built on top of three.js in TypeScript with a focus on quality rendering, modularity and extensibility.
6 lines (5 loc) • 456 B
text/typescript
export {AViewerPlugin, AViewerPluginAsync, AViewerPluginSync} from './AViewerPlugin'
export {ThreeViewer} from './ThreeViewer'
export type {IViewerEventTypes, ISerializedViewerConfig, ISerializedConfig, IViewerEvent, ThreeViewerOptions, IConsoleWrapper} from './ThreeViewer'
export {ViewerRenderManager, type ViewerRenderManagerOptions} from './ViewerRenderManager'
export type {IViewerPlugin, IViewerPluginSync, IViewerPluginAsync} from './IViewerPlugin'