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 • 506 B
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';
//# sourceMappingURL=index.d.ts.map