tsParticles - v4.0.0-beta.12
    Preparing search index...

    The polygon mask draw options

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

    Implemented by

    Index

    Properties

    Properties

    enable: boolean

    Enables the polygon mask drawing

    The polygon mask draw stroke options