@tsparticles/editor
TypeScript icon, indicating that this package has built-in type declarations

3.0.0 • Public • Published

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

Package Sidebar

Install

npm i @tsparticles/editor

Weekly Downloads

11

Version

3.0.0

License

MIT

Unpacked Size

919 kB

Total Files

189

Last publish

Collaborators

  • matteobruni
  • ar3s