UNPKG

@tsparticles/interaction-external-bubble

Version:

tsParticles bubble external interaction

10 lines (9 loc) 266 B
import type { IOptionsColor, SingleOrMultiple } from "@tsparticles/engine"; export interface IBubbleBase { color?: SingleOrMultiple<string | IOptionsColor>; distance: number; duration: number; mix: boolean; opacity?: number; size?: number; }