UNPKG

rough-native

Version:

Create graphics using HTML Canvas or SVG with a hand-drawn, sketchy, appearance. Features comprehensive React hooks, memory management, and React 18 concurrent rendering support.

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