@threepipe/plugin-svg-renderer
Version:
Plugins for SVG Rendering of 3d objects for Threepipe
6 lines • 484 B
TypeScript
export { BasicSVGRendererPlugin } from './BasicSVGRendererPlugin';
export { ThreeSVGRendererPlugin } from './ThreeSVGRendererPlugin';
export * from './basic/BasicSVGRenderer';
export { FillPass, SVGMesh, SVGRenderer, DrawPass, SVGRenderInfo, SVGDrawInfo, ViewmapBuildInfo, Viewmap, SVGDrawHandler } from './three-svg-renderer';
export type { SVGMeshOptions, SVGDrawOptions, ViewmapOptions, FillPassOptions, SVGTexture } from './three-svg-renderer';
//# sourceMappingURL=index.d.ts.map