UNPKG
@tsparticles/editor
Version:
latest (3.1.1)
3.1.1
3.1.0
3.0.0
tsParticles Configuration Editor
particles.js.org
tsparticles/editor
@tsparticles/editor
/
esm
/
index.js
5 lines
(4 loc)
•
138 B
JavaScript
View Raw
1
2
3
4
5
import
{
ParticlesEditor
}
from
"./ParticlesEditor"
;
export
function
showEditor
(
container
) {
return
new
ParticlesEditor
(container); }