ScoreDisplayOptions
Visual customization options for `ScoreDisplay`.
ScoreDisplayOptions
Visual customization options for ScoreDisplay.
Properties
fontSize?
fontSize?: string | undefinedCSS font size for the element (default 24px).
color?
color?: string | undefinedText color (default #fff).
prefix?
prefix?: string | undefinedPrefix rendered before the number (default "Score: ").
animationDuration?
animationDuration?: number | undefinedMilliseconds for the count-up animation.