3.0.0 • Published 5 months ago

@tsparticles/editor v3.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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