UNPKG

@thi.ng/geom-fuzz

Version:

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

6 lines 344 B
import type { Fn3 } from "@thi.ng/api"; import type { IHiccupShape2 } from "@thi.ng/geom"; import type { ReadonlyVec } from "@thi.ng/vectors"; import { type FuzzyLineOpts } from "./api.js"; export declare const defLine: (opts?: Partial<FuzzyLineOpts>) => Fn3<ReadonlyVec, ReadonlyVec, boolean, IHiccupShape2>; //# sourceMappingURL=line.d.ts.map