Test/node_modules/roughjs/bin/fillers/scan-line-hachure.d.ts
2026-04-09 22:54:00 +07:00

3 lines
183 B
TypeScript

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