UNPKG

@tsparticles/interaction-external-grab

Version:

tsParticles grab external interaction

8 lines (7 loc) 189 B
import type { IOptionsColor } from "@tsparticles/engine"; export interface IGrabLinks { blink: boolean; color?: string | IOptionsColor; consent: boolean; opacity: number; }