UNPKG

roughjs

Version:

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

7 lines (6 loc) 266 B
import { HachureFiller } from './hachure-filler'; import { ResolvedOptions, OpSet } from '../core'; import { Point } from '../geometry'; export declare class ZigZagFiller extends HachureFiller { fillPolygons(polygonList: Point[][], o: ResolvedOptions): OpSet; }