UNPKG

237 BJavaScriptView Raw
1import { init } from "./init";
2import { isSsr } from "./Utils/Utils";
3const tsParticles = init();
4if (!isSsr()) {
5 window.tsParticles = tsParticles;
6}
7export * from "./exports";
8export * from "./export-types";
9export { tsParticles };