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) 278 B
export declare enum ShapeType { char = "char", character = "character", circle = "circle", edge = "edge", heart = "heart", image = "image", line = "line", polygon = "polygon", square = "square", star = "star", triangle = "triangle" }