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) 336 B
import type { IRepulse } from "../../../../Interfaces/Options/Interactivity/Modes/IRepulse"; import type { RecursivePartial } from "../../../../Types/RecursivePartial"; export declare class Repulse implements IRepulse { distance: number; duration: number; constructor(); load(data?: RecursivePartial<IRepulse>): void; }