UNPKG

tsparticles

Version:

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

12 lines (11 loc) 256 B
export declare enum MoveDirection { bottom = "bottom", bottomLeft = "bottom-left", bottomRight = "bottom-right", left = "left", none = "none", right = "right", top = "top", topLeft = "top-left", topRight = "top-right" }