UNPKG

@tsparticles/interaction-particles-links

Version:

tsParticles links particles interaction

8 lines (7 loc) 196 B
import type { IOptionsColor } from "@tsparticles/engine"; export interface ILinksTriangle { color?: string | IOptionsColor; enable: boolean; frequency: number; opacity?: number; }