UNPKG

@tsparticles/shape-polygon

Version:
4 lines (3 loc) 218 B
import { type ICoordinates, type IShapeDrawData } from "@tsparticles/engine"; import type { ISide } from "./ISide.js"; export declare function drawPolygon(data: IShapeDrawData, start: ICoordinates, side: ISide): void;