emoji-encoder/app/emoji.ts
2025-02-08 13:44:19 -05:00

27 lines
455 B
TypeScript

export const EMOJI_LIST = [
"😀",
"😂",
"🥰",
"😎",
"🤔",
"👍",
"👎",
"👏",
"😅",
"🤝",
"🎉",
"🎂",
"🍕",
"🌈",
"🌞",
"🌙",
"🔥",
"💯",
"🚀",
"👀",
"💀",
"🥹",
]
export const ALPHABET_LIST = ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z']