UNPKG

@tsparticles/editor

Version:

tsParticles Configuration Editor

5 lines (4 loc) 138 B
import { ParticlesEditor } from "./ParticlesEditor"; export function showEditor(container) { return new ParticlesEditor(container); }