UNPKG

@tsparticles/particles

Version:

Minimal tsParticles particles bundle — lightweight particle engine without confetti or fireworks extras. Perfect for pure particle backgrounds. Ready to use components available for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, In

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