Presets Catalog
These are the official presets listed in the main tsParticles README and available in the presets workspace.
Source folder: https://github.com/tsparticles/tsparticles/tree/main/presets
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- local website demo recipe available 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
Each preset folder also contains docs in the monorepo, for example:
Quick usage
ts
await tsParticles.load({
id: "tsparticles",
options: {
preset: "links",
fullScreen: {
enable: false,
},
},
});For production setups, use manual start/stop/resume/destroy as shown in the recipes under /demos/.
Use /playground/presets to test each preset with explicit Start/Pause controls.
