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
/
cjs
/
index.js
8 lines
(7 loc)
•
262 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
showEditor
= showEditor;
const
ParticlesEditor
_1 =
require
(
"./ParticlesEditor"
);
function
showEditor
(
container
) {
return
new
ParticlesEditor
_1.
ParticlesEditor
(container); }