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) 299 B
import type { IConnectLineLinked } from "./IConnectLineLinked"; import type { IOptionLoader } from "../../IOptionLoader"; export interface IConnect extends IOptionLoader<IConnect> { distance: number; line_linked: IConnectLineLinked; lineLinked: IConnectLineLinked; radius: number; }