UNPKG

@tsparticles/path-polygon

Version:
4 lines (3 loc) 186 B
import { type Engine } from "@tsparticles/engine"; export declare const polygonPathName = "polygonPathGenerator"; export declare function loadPolygonPath(engine: Engine): Promise<void>;