UNPKG

@thi.ng/geom-fuzz

Version:

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

3 lines 160 B
import type { Vec } from "@thi.ng/vectors"; export declare const jitterPoints: (pts: Vec[], scl?: number) => Vec<number>[]; //# sourceMappingURL=points.d.ts.map