PreloadEmojiFont
fun PreloadEmojiFont(loading: @Composable () -> Unit = { DefaultLoading() }, content: @Composable () -> Unit)
Preloads the Noto Color Emoji font before displaying content.
This is needed on web targets where system emoji fonts may not be resolved automatically, causing color emoji to render as tofu (□).
Parameters
loading
Composable shown while the font loads
content
Composable shown after the font is loaded