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

5 lines (4 loc) 236 B
import type { IParticlesOptions } from "./IParticlesOptions.js"; import type { RecursivePartial } from "@tsparticles/engine/lazy"; export type ParticlesOptions = RecursivePartial<IParticlesOptions>; export * from "./particles.lazy.js";