UNPKG

@tsparticles/plugin-polygon-mask

Version:

tsParticles polygon mask plugin

7 lines (6 loc) 177 B
import type { IOptionsColor } from "@tsparticles/engine"; export interface IPolygonMaskDrawStroke { color: string | IOptionsColor; opacity: number; width: number; }