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,

6 lines (5 loc) 332 B
import { App } from 'vue'; import { IParticlesProviderOptions } from './particles-provider'; declare const VueParticles: (app: App, options?: IParticlesProviderOptions) => void; export default VueParticles; export type { IParticlesProviderContext, IParticlesProviderOptions, ParticlesPluginRegistrar, } from './particles-provider';