UNPKG

@tsparticles/shape-square

Version:
6 lines (5 loc) 202 B
import type { IShapeDrawData, IShapeDrawer } from "@tsparticles/engine"; export declare class SquareDrawer implements IShapeDrawer { draw(data: IShapeDrawData): void; getSidesCount(): number; }