UNPKG

tsparticles

Version:

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

10 lines (9 loc) 378 B
import type { IRemove } from "../../../../Interfaces/Options/Interactivity/Modes/IRemove"; import type { RecursivePartial } from "../../../../Types/RecursivePartial"; export declare class Remove implements IRemove { get particles_nb(): number; set particles_nb(value: number); quantity: number; constructor(); load(data?: RecursivePartial<IRemove>): void; }