UNPKG

@tsparticles/editor

Version:

tsParticles Configuration Editor

8 lines (7 loc) 262 B
"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); }