AnuraMaskSettings

interface AnuraMaskSettings {
    backgroundColor: string;
    countDownLabelColor: string;
    diameter: number;
    faceNotCenteredColor: string;
    heartTopMargin: number;
    maskTopMargin: number;
    pulseRateColor: string;
    pulseRateLabelColor: string;
    sideHeight: number;
    starBorderColor: string;
    starFillColor: string;
    starsTopMargin: number;
}

Properties

backgroundColor: string
countDownLabelColor: string
diameter: number

must be > 0 and <= 1

faceNotCenteredColor: string
heartTopMargin: number

Relative to the bottom of the mask

maskTopMargin: number

Relative to the top of the container

pulseRateColor: string
pulseRateLabelColor: string
sideHeight: number

must be > 0 and <= 1

starBorderColor: string
starFillColor: string
starsTopMargin: number

Relative to the bottom of the heart icon