Skip to content

Option-Rename-Matrix

Schnellreferenz fuer die haeufigsten Umbenennungen waehrend Migrationen.

tsParticles

Legacy-KeyAktueller KeyHinweise
particles.colorparticles.paint.fillHauptfarbe wurde nach paint.fill verschoben.
particles.strokeparticles.paint.strokeStroke wurde nach paint.stroke verschoben.

particles.js legacy

particles.js-KeyAktueller KeyHinweise
line_linkedlinksAuf modernen Key-Stil umbenannt.
retina_detectdetectRetinaVon snake_case auf camelCase.

Load API

Legacy-APIAktuelle API
tsParticles.load("id", options)tsParticles.load({ id: "id", options })
particlesJS("id", options)tsParticles.load({ id: "id", options })