UNPKG

tsparticles

Version:

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

2 lines (1 loc) 51 B
export declare type SingleOrMultiple<T> = T | T[];