UNPKG

@tsparticles/shape-square

Version:
7 lines (6 loc) 256 B
import type { IShapeDrawData, IShapeDrawer } from "@tsparticles/engine"; export declare class SquareDrawer implements IShapeDrawer { readonly validTypes: readonly ["edge", "square"]; draw(data: IShapeDrawData): void; getSidesCount(): number; }