UNPKG

@tsparticles/all

Version:

All-inclusive tsParticles bundle — all engine packages, plugins, interactions, presets, shapes, updaters, effects, paths, emitters, sounds, and palettes in one dependency. Ready to use components available for React, Vue.js (2.x and 3.x), Angular, Svelte,

8 lines (7 loc) 269 B
export * from "@tsparticles/engine"; import { loadAll } from "./index.js"; import { tsParticles } from "@tsparticles/engine"; export { loadAll } from "./index.js"; const globalObject = globalThis; globalObject.loadAll = loadAll; globalObject.tsParticles = tsParticles;