UNPKG

tsparticles

Version:

Porting of the abandoned Vincent Garreau's particles.js, converted in TypeScript. Added many new cool features and various bug fixes.

9 lines (8 loc) 447 B
import type { IPolygonInline } from "../../../Interfaces/Options/PolygonMask/IPolygonInline"; import { PolygonMaskInlineArrangement } from "../../../Enums/PolygonMaskInlineArrangement"; import type { RecursivePartial } from "../../../Types/RecursivePartial"; export declare class PolygonInline implements IPolygonInline { arrangement: PolygonMaskInlineArrangement; constructor(); load(data?: RecursivePartial<IPolygonInline>): void; }