UNPKG

@tsparticles/interaction-particles-attract

Version:

tsParticles attract particles interaction

7 lines (6 loc) 172 B
import type { ICoordinates, RangeValue } from "@tsparticles/engine"; export interface IAttract { distance: RangeValue; enable: boolean; rotate: ICoordinates; }