• Preparing search index...
  • The search index is not available
tsParticles - v3.0.0
  • tsParticles
  • tsParticles Particles.js integration
  • VincentGarreau/particles
  • initParticlesJS

Function initParticlesJS

  • initParticlesJS(engine): {
        particlesJS: IParticlesJS;
        pJSDom: Container[];
    }
  • Parameters

    • engine: Engine

    Returns {
        particlesJS: IParticlesJS;
        pJSDom: Container[];
    }

    • particlesJS: IParticlesJS

      Deprecated

      this method is obsolete, please use the new tsParticles.load The particles.js compatibility instance

    • pJSDom: Container[]

      Deprecated

      this method is obsolete, please use the new tsParticles.dom The particles.js compatibility dom array

    • Defined in bundles/pjs/src/VincentGarreau/particles.ts:118

Settings

Member Visibility
tsParticles - v3.0.0
  • Loading...