UNPKG

@tsparticles/path-polygon

Version:
7 lines (6 loc) 310 B
import { PolygonPathGenerator } from "./PolygonPathGenerator.js"; export const polygonPathName = "polygonPathGenerator"; export async function loadPolygonPath(engine, refresh = true) { engine.checkVersion("3.9.1"); await engine.addPathGenerator(polygonPathName, new PolygonPathGenerator(), refresh); }