UNPKG

@tsparticles/plugin-polygon-mask

Version:

tsParticles polygon mask plugin

7 lines (6 loc) 153 B
import type { SVGPathElement } from "../pathseg.js"; export interface ISvgPath { element: SVGPathElement; length: number; path2d?: Path2D; }