UNPKG

@thi.ng/geom

Version:

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

6 lines (5 loc) 124 B
import { Text } from "./api/text.js"; const text = (pos, body, attribs) => new Text(pos, body, attribs); export { text };