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

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