UNPKG

@thi.ng/geom-fuzz

Version:

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

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