UNPKG

@thi.ng/geom-fuzz

Version:

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

4 lines 273 B
import type { ReadonlyVec } from "@thi.ng/vectors"; import type { FuzzyPolygonOpts } from "./api.js"; export declare const fuzzyPoly: (pts: ReadonlyVec[], attribs?: {}, opts?: Partial<FuzzyPolygonOpts>) => import("@thi.ng/geom").Group; //# sourceMappingURL=polygon.d.ts.map