Skip to content

Option Rename Matrix

Migration के दौरान सबसे common renames के लिए quick reference.

tsParticles

Legacy keyCurrent keyNotes
particles.colorparticles.paint.fillमुख्य color path paint.fill में moved है।
particles.strokeparticles.paint.strokestroke path paint.stroke में moved है।

particles.js legacy

particles.js keyCurrent keyNotes
line_linkedlinksmodern key style में rename।
retina_detectdetectRetinasnake_case से camelCase.

Load API

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