tsParticles - v4.0.0-beta.12
    Preparing search index...
    options: {
        background: { color: string };
        particles: {
            links: { distance: number; enable: boolean };
            move: { enable: boolean };
            number: { value: number };
            paint: { fill: { color: { value: string } } };
            shape: { type: string };
            size: { value: number };
        };
    } = ...

    Type Declaration

    • background: { color: string }
    • particles: {
          links: { distance: number; enable: boolean };
          move: { enable: boolean };
          number: { value: number };
          paint: { fill: { color: { value: string } } };
          shape: { type: string };
          size: { value: number };
      }