UNPKG

@thi.ng/geom-fuzz

Version:

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

3 lines 229 B
import type { Color, HatchDir } from "./api.js"; export declare const defHatchPen: (color: Color, dir?: HatchDir, thick?: number, space?: number, steps?: number) => import("./api.js").FillFn; //# sourceMappingURL=presets.d.ts.map