UNPKG

tsparticles

Version:

Easily create highly customizable particle 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.

19 lines (18 loc) 746 B
export declare class Constants { static readonly canvasClass: string; static readonly randomColorValue: string; static readonly midColorValue: string; static readonly touchEndEvent: string; static readonly mouseDownEvent: string; static readonly mouseUpEvent: string; static readonly mouseMoveEvent: string; static readonly touchStartEvent: string; static readonly touchMoveEvent: string; static readonly mouseLeaveEvent: string; static readonly mouseOutEvent: string; static readonly touchCancelEvent: string; static readonly resizeEvent: string; static readonly visibilityChangeEvent: string; static readonly noPolygonDataLoaded: string; static readonly noPolygonFound: string; }