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 - 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- local website demo recipe available 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
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.
