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 - https://particles.js.org/samples/presets/ambientbig-circles- https://www.npmjs.com/package/@tsparticles/preset-big-circles - https://particles.js.org/samples/presets/bigCirclesbubbles- https://www.npmjs.com/package/@tsparticles/preset-bubbles - https://particles.js.org/samples/presets/bubblesconfetti- https://www.npmjs.com/package/@tsparticles/preset-confetti - https://particles.js.org/samples/presets/confetticonfetti-cannon- https://www.npmjs.com/package/@tsparticles/preset-confetti-cannon - https://particles.js.org/samples/presets/confettiCannonconfetti-explosions- https://www.npmjs.com/package/@tsparticles/preset-confetti-explosions - https://particles.js.org/samples/presets/confettiExplosionsconfetti-falling- https://www.npmjs.com/package/@tsparticles/preset-confetti-falling - https://particles.js.org/samples/presets/confettiFallingconfetti-parade- https://www.npmjs.com/package/@tsparticles/preset-confetti-parade - https://particles.js.org/samples/presets/confettiParadefire- https://www.npmjs.com/package/@tsparticles/preset-fire - https://particles.js.org/samples/presets/firefirefly- https://www.npmjs.com/package/@tsparticles/preset-firefly - https://particles.js.org/samples/presets/fireflyfireworks- https://www.npmjs.com/package/@tsparticles/preset-fireworks - https://particles.js.org/samples/presets/fireworksfountain- https://www.npmjs.com/package/@tsparticles/preset-fountain - https://particles.js.org/samples/presets/fountainhyperspace- https://www.npmjs.com/package/@tsparticles/preset-hyperspace - https://particles.js.org/samples/presets/hyperspacelinks- https://www.npmjs.com/package/@tsparticles/preset-links - https://particles.js.org/samples/presets/linksmatrix– Demorezept für lokale Website verfügbar in/demos/recipes/matrixseaAnemone- https://www.npmjs.com/package/@tsparticles/preset-sea-anemone - https://particles.js.org/samples/presets/seaAnemonesnow- https://www.npmjs.com/package/@tsparticles/preset-snow - https://particles.js.org/samples/presets/snowsquares- https://www.npmjs.com/package/@tsparticles/preset-squares - https://particles.js.org/samples/presets/squaresstars- https://www.npmjs.com/package/@tsparticles/preset-stars - https://particles.js.org/samples/presets/starstriangles- https://www.npmjs.com/package/@tsparticles/preset-triangles - https://particles.js.org/samples/presets/triangles
Jeder voreingestellte Ordner enthält auch Dokumente im Monorepo, zum Beispiel:
Schnelle Nutzung
ts
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.
