Voreinstellungskatalog
Dies sind die offiziellen Voreinstellungen, die in der Haupt-README-Datei tsParticles aufgeführt sind und im Arbeitsbereich „Voreinstellungen“ verfügbar sind.
Quellordner: https://github.com/tsparticles/tsparticles/tree/main/presets
Voreinstellungen
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– Demorezept für lokale Website verfügbar in/demos/recipes/matrixmeteors- 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
Jeder voreingestellte Ordner enthält auch Dokumente im Monorepo, zum Beispiel:
Schnelle Nutzung
await tsParticles.load({
id: "tsparticles",
options: {
preset: "links",
fullScreen: {
enable: false,
},
},
});Verwenden Sie für Produktions-Setups manuelles Starten/Stoppen/Fortsetzen/Zerstören, wie in den Rezepten unter /demos/ gezeigt.
Verwenden Sie /playground/presets, um jede Voreinstellung mit expliziten Start-/Pause-Steuerelementen zu testen.
