UNPKG

@tsparticles/fireworks

Version:

tsParticles fireworks bundle — easily create spectacular fireworks and fountain particle effects with built-in presets. Ready to use components available for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.

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