UNPKG

tsparticles

Version:

Porting of the abandoned Vincent Garreau's particles.js, converted in TypeScript. Added many new cool features and various bug fixes.

14 lines (13 loc) 523 B
export declare class Constants { static readonly canvasClass: string; static readonly randomColorValue: string; static readonly touchEndEvent: string; static readonly mouseUpEvent: string; static readonly mouseMoveEvent: string; static readonly touchStartEvent: string; static readonly touchMoveEvent: string; static readonly mouseLeaveEvent: string; static readonly touchCancelEvent: string; static readonly resizeEvent: string; static readonly visibilityChangeEvent: string; }