tsParticles - v4.4.0
    Preparing search index...

    The polygon mask draw options

    interface IPolygonMaskDraw {
        enable: boolean;
        stroke: IPolygonMaskDrawStroke;
    }

    Implemented by

    Index
    enable: boolean

    Enables the polygon mask drawing

    The polygon mask draw stroke options