UNPKG

@tsparticles/interaction-particles-attract

Version:

tsParticles attract particles interaction

5 lines (4 loc) 137 B
import type { Particle } from "@tsparticles/engine"; export interface AttractParticle extends Particle { attractDistance?: number; }