Skip to content

tsparticles/editor

This branch is up to date with main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

df9819e · Nov 25, 2024

History

81 Commits
Nov 25, 2024
Jan 12, 2023
Nov 25, 2024
Nov 25, 2024
Jan 12, 2023
Jan 12, 2023
Jan 12, 2023
Nov 25, 2024
Jan 12, 2023
Jan 12, 2023
Sep 24, 2023
Nov 25, 2024
Nov 25, 2024
Nov 25, 2024
Jan 12, 2023
Nov 25, 2024

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");
});