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.

11 lines (10 loc) 268 B
import type { Container } from "@tsparticles/engine"; export declare class FireworksInstance { #private; constructor(container: Container, id: string); get destroyed(): boolean; destroy(): void; pause(): void; play(): void; stop(): void; }