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

    The canvas mask text options

    interface ITextMask {
        color: string;
        fill: boolean;
        font: ITextDataFontOptions;
        lines: ITextDataLinesOptions;
        text: string;
    }

    Hierarchy

    • ITextDataOptions
      • ITextMask

    Implemented by

    Index

    Properties

    Properties

    color: string
    fill: boolean

    Enables the text fill

    font: ITextDataFontOptions

    The text font options

    lines: ITextDataLinesOptions

    The text lines options

    text: string