@threepipe/plugin-svg-renderer
Version:
Plugins for SVG Rendering of 3d objects for Threepipe
6 lines (5 loc) • 436 B
text/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'