UNPKG

tsparticles

Version:

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

9 lines (8 loc) 262 B
import type { ICoordinates } from "../../ICoordinates"; import type { IOptionLoader } from "../IOptionLoader"; export interface IAttract extends IOptionLoader<IAttract> { enable: boolean; rotateX: number; rotateY: number; rotate: ICoordinates; }