@threepipe/plugin-svg-renderer
Version:
Plugins for SVG Rendering of 3d objects for Threepipe
5 lines • 365 B
TypeScript
export { DrawPass } from './DrawPass';
export { type FillStyle, FillPass, type FillPassOptions } from './FillPass';
export { SingularityPointPass, type SingularityPointPassOptions } from './SingularityPointPass';
export { type StrokeStyle, VisibleChainPass, HiddenChainPass, type ChainPassOptions, ChainPass } from './ChainPass';
//# sourceMappingURL=index.d.ts.map