AnuraMaskSettings

interface AnuraMaskSettings {
    backgroundColor: string;
    bottomMargin: number;
    countDownLabelColor: string;
    diameter: number;
    faceNotCenteredColor: string;
    pulseRateColor: string;
    pulseRateLabelColor: string;
    starBorderColor: string;
    starFillColor: string;
    topMargin: number;
}

Properties

backgroundColor: string
bottomMargin: number

must be > 0 and <= 1

countDownLabelColor: string
diameter: number

must be > 0 and <= 1

faceNotCenteredColor: string
pulseRateColor: string
pulseRateLabelColor: string
starBorderColor: string
starFillColor: string
topMargin: number

must be > 0 and <= 1.