UNPKG

@thi.ng/geom

Version:

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

7 lines (6 loc) 237 B
import { ComplexPolygon } from "./api/complex-polygon.js"; import { Polygon } from "./api/polygon.js"; const complexPolygon = (boundary, children, attribs) => new ComplexPolygon(boundary, children, attribs); export { complexPolygon };