UNPKG

tsparticles-engine

Version:

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 React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.

14 lines (13 loc) 588 B
export const generatedAttribute = "generated"; export const mouseDownEvent = "pointerdown"; export const mouseUpEvent = "pointerup"; export const mouseLeaveEvent = "pointerleave"; export const mouseOutEvent = "pointerout"; export const mouseMoveEvent = "pointermove"; export const touchStartEvent = "touchstart"; export const touchEndEvent = "touchend"; export const touchMoveEvent = "touchmove"; export const touchCancelEvent = "touchcancel"; export const resizeEvent = "resize"; export const visibilityChangeEvent = "visibilitychange"; export const errorPrefix = "tsParticles - Error";