UNPKG

mz-particles

Version:

TypeScript library for creating particle effects on canvas.

6 lines (5 loc) 181 B
import { ISettings, IState } from '../interfaces'; /** * Draw connection between the shapes. */ export declare const drawConnections: (options: ISettings, state: IState) => void;