GitHub - tsparticles/editor: tsParticles official editor · GitHub
Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

tsparticles/editor

Repository files navigation

tsParticles options GUI editor

tsParticles options GUI editor made with Object GUI

Usage

tsParticles
  .load("tsparticles", {
    /* your options here */
  })
  .then((container) => {
    showEditor(container).top().right().theme("dark");
  });

or

tsParticles.loadJSON("tsparticles", "particles.json").then((container) => {
  showEditor(container).top().right().theme("dark");
});

Sponsor this project

Packages

Contributors