UNPKG

@tsparticles/shape-line

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