UNPKG

@tsparticles/shape-line

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