प्रीसेट कैटलॉग
ये मुख्य tsParticles README में सूचीबद्ध आधिकारिक प्रीसेट हैं और प्रीसेट कार्यक्षेत्र में उपलब्ध हैं।
स्रोत फ़ोल्डर: https://github.com/tsparticles/tsparticles/tree/main/presets
प्रीसेट
ambient- https://www.npmjs.com/package/@tsparticles/preset-ambient - /demos/recipes/ambientbig-circles- https://www.npmjs.com/package/@tsparticles/preset-big-circles - /demos/recipes/big-circlesbubbles- https://www.npmjs.com/package/@tsparticles/preset-bubbles - /demos/recipes/bubblesconfetti- https://www.npmjs.com/package/@tsparticles/preset-confetti - /demos/recipes/confetticonfetti-cannon- https://www.npmjs.com/package/@tsparticles/preset-confetti-cannon - /demos/recipes/confetti-cannonconfetti-explosions- https://www.npmjs.com/package/@tsparticles/preset-confetti-explosions - /demos/recipes/confetti-explosionsconfetti-falling- https://www.npmjs.com/package/@tsparticles/preset-confetti-falling - /demos/recipes/confetti-fallingconfetti-parade- https://www.npmjs.com/package/@tsparticles/preset-confetti-parade - /demos/recipes/confetti-paradeparty- https://www.npmjs.com/package/@tsparticles/preset-party - /demos/recipes/partyfire- https://www.npmjs.com/package/@tsparticles/preset-fire - /demos/recipes/firefirefly- https://www.npmjs.com/package/@tsparticles/preset-firefly - /demos/recipes/fireflyfireworks- https://www.npmjs.com/package/@tsparticles/preset-fireworks - /demos/recipes/fireworksfountain- https://www.npmjs.com/package/@tsparticles/preset-fountain - /demos/recipes/fountainhyperspace- https://www.npmjs.com/package/@tsparticles/preset-hyperspace - /demos/recipes/hyperspacelinks- https://www.npmjs.com/package/@tsparticles/preset-links - /demos/recipes/linksmatrix- स्थानीय वेबसाइट डेमो रेसिपी/demos/recipes/matrixमें उपलब्ध हैmeteors- https://www.npmjs.com/package/@tsparticles/preset-meteors - /demos/recipes/meteorsseaAnemone- https://www.npmjs.com/package/@tsparticles/preset-sea-anemone - /demos/recipes/sea-anemonesnow- https://www.npmjs.com/package/@tsparticles/preset-snow - /demos/recipes/snowsquares- https://www.npmjs.com/package/@tsparticles/preset-squares - /demos/recipes/squaresstars- https://www.npmjs.com/package/@tsparticles/preset-stars - /demos/recipes/starstriangles- https://www.npmjs.com/package/@tsparticles/preset-triangles - /demos/recipes/triangles
प्रत्येक प्रीसेट फ़ोल्डर में मोनोरेपो में दस्तावेज़ भी होते हैं, उदाहरण के लिए:
त्वरित उपयोग
await tsParticles.load({
id: "tsparticles",
options: {
preset: "links",
fullScreen: {
enable: false,
},
},
});उत्पादन सेटअप के लिए, मैन्युअल स्टार्ट/स्टॉप/रेज़्यूमे/डिस्ट्रॉय का उपयोग करें जैसा कि /demos/ के अंतर्गत व्यंजनों में दिखाया गया है।
स्पष्ट स्टार्ट/पॉज़ नियंत्रणों के साथ प्रत्येक प्रीसेट का परीक्षण करने के लिए /playground/presets का उपयोग करें।
