This package has been deprecated

Author message:

@tsparticles/editor is the new package for displaying a tsParticles editor, please use that instead

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

2.12.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

3

Version

2.12.0

License

MIT

Unpacked Size

923 kB

Total Files

186

Last publish

Collaborators

  • ar3s
  • matteobruni