UNPKG

@thi.ng/geom-fuzz

Version:

Highly configurable, fuzzy line & polygon creation with presets and composable fill & stroke styles. Canvas & SVG support

6 lines (5 loc) 135 B
import { group } from "@thi.ng/geom/group"; const compFill = (a, b) => (poly) => group({}, [a(poly), b(poly)]); export { compFill };