Skip to content

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

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.