UNPKG

roughjs

Version:

Create graphics using HTML Canvas or SVG with a hand-drawn, sketchy, appearance.

4 lines (3 loc) 183 B
import { Point, Line } from '../geometry'; import { ResolvedOptions } from '../core'; export declare function polygonHachureLines(polygonList: Point[][], o: ResolvedOptions): Line[];