UNPKG

@tsparticles/confetti

Version:

tsParticles confetti bundle — easily create confetti, confetti cannon, confetti explosions, confetti falling, and confetti parade animations with presets. Ready to use components available for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact,

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