作る

ScoreDisplayOptions

Visual customization options for `ScoreDisplay`.

ScoreDisplayOptions

Visual customization options for ScoreDisplay.

Properties

fontSize?

fontSize?: string | undefined

CSS font size for the element (default 24px).

color?

color?: string | undefined

Text color (default #fff).

prefix?

prefix?: string | undefined

Prefix rendered before the number (default "Score: ").

animationDuration?

animationDuration?: number | undefined

Milliseconds for the count-up animation.