UNPKG

@thi.ng/geom-fuzz

Version:

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

13 lines (12 loc) 162 B
const DEFAULT_LINE = { resample: 0, jitter: 2, attribs: { lineCap: "butt", lineJoin: "round", stroke: "black" } }; export { DEFAULT_LINE };