UNPKG

@thi.ng/geom-fuzz

Version:

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

3 lines 158 B
import type { DotFillOpts, FillFn } from "./api.js"; export declare const defDots: (opts?: Partial<DotFillOpts>) => FillFn; //# sourceMappingURL=dots.d.ts.map