UNPKG

@tsparticles/vue3

Version:

Official tsParticles Vue.js 3.x Component - Easily create highly customizable particle, confetti and fireworks animations and use them as animated backgrounds for your website. Ready to use components available also for Web Components, React, Vue.js 2.x,

7 lines (6 loc) 219 B
import type { App } from "vue"; import { type Engine } from "@tsparticles/engine"; declare const VueParticles: (app: App, options: { init: (engine: Engine) => Promise<void>; }) => void; export default VueParticles;