Skip to content

Instantly share code, notes, and snippets.

View git-jr's full-sized avatar

Junior git-jr

View GitHub Profile
@KlassenKonstantin
KlassenKonstantin / EmojiBg.kt
Created November 16, 2024 10:07
EmojiBg in KMP
@Composable
fun EmojiFont() = FontFamily(
Font(Res.font.noto_emoji_light, FontWeight.Light),
Font(Res.font.noto_emoji_reg, FontWeight.Normal),
Font(Res.font.noto_emoji_med, FontWeight.Medium),
)
val testEmojis =
persistentListOf("πŸ‡", "πŸ…", "πŸ₯¬", "🍞", "πŸ§€", "πŸ₯š", "πŸ₯©", "🍫", "πŸ•", "🍷", "πŸ§ƒ", "🧼", "🧻", "🧴", "🍏")