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

    [[include:Options/Plugins/PolygonMask.md]]

    interface IPolygonMask {
        data?: string | IPolygonMaskLocalSvg;
        draw: IPolygonMaskDraw;
        enable: boolean;
        inline: IPolygonMaskInline;
        move: IPolygonMaskMove;
        position?: ICoordinates;
        scale: number;
        type: PolygonMaskType;
        url?: string;
    }

    Implemented by

    Index

    Properties

    data?: string | IPolygonMaskLocalSvg

    The polygon mask SVG data

    The polygon mask draw options

    enable: boolean

    Enables the polygon mask

    The polygon mask inline options

    The polygon mask move options

    position?: ICoordinates

    The polygon mask position

    scale: number

    The polygon mask scale

    The polygon mask type

    url?: string

    The polygon mask SVG url