3 lines
188 B
TypeScript
3 lines
188 B
TypeScript
![]() |
import { Point } from '../classes';
|
||
|
export declare function drawContour(ctx: CanvasRenderingContext2D, points: Point[], isClosed?: boolean): void;
|
||
|
//# sourceMappingURL=drawContour.d.ts.map
|