UNPKG

@thi.ng/geom

Version:

Functional, polymorphic API for 2D geometry types & SVG generation

6 lines (5 loc) 147 B
import { Path3 } from "./api/path3.js"; const path3 = (segments, subPaths, attribs) => new Path3(segments, subPaths, attribs); export { path3 };