tsParticles - v0.0.0
    Preparing search index...
    interface IFontTextMask {
        family: string;
        size: string | number;
        style?: string;
        variant?: string;
        weight?: string | number;
    }

    Implemented by

    Index

    Properties

    family: string
    size: string | number
    style?: string
    variant?: string
    weight?: string | number