@weasel-js/geom
v0.8.0
Published
Pure 2D geometry kernel for @weasel-js/core: affine, box, curve, polyline. Dependency-free core; polygon booleans in the ./booleans subpath.
Downloads
1,256
Readme
@weasel-js/geom
Pure 2D geometry kernel for @weasel-js/core: affine, box, curve, polyline. Dependency-free core; polygon booleans in the ./booleans subpath.
Part of weasel, a domain-agnostic 2D scene-graph canvas kit for React. See the API reference.
Install
npm install @weasel-js/geomUsage
import { /* … */ } from '@weasel-js/geom';
import { /* … */ } from '@weasel-js/geom/booleans';License
MIT
