UNPKG

@thi.ng/geom

Version:

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

6 lines (5 loc) 132 B
import { Polygon3 } from "./api/polygon3.js"; const polygon3 = (pts, attribs) => new Polygon3(pts, attribs); export { polygon3 };