UNPKG

@jscad/regl-renderer

Version:

Renderer for JSCAD Geometries

5 lines (3 loc) 176 B
import { Geometry, Path2 } from '@jscad/modeling/src/geometries/types' export = path2ToGeometries; declare function path2ToGeometries(options: any, solid: Path2): Geometry[];