UNPKG

@thi.ng/geom

Version:

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

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