UNPKG

@tsparticles/path-svg

Version:
7 lines (6 loc) 282 B
import { SVGPathGenerator } from "./SVGPathGenerator.js"; export const svgPathName = "svgPathGenerator"; export async function loadSVGPath(engine, refresh = true) { engine.checkVersion("3.9.1"); await engine.addPathGenerator(svgPathName, new SVGPathGenerator(), refresh); }