Skip to content

Instantly share code, notes, and snippets.

@Macmee
Created September 12, 2024 17:45
Show Gist options
  • Save Macmee/737c62df590c68aac2ac7dda9d4e46c7 to your computer and use it in GitHub Desktop.
Save Macmee/737c62df590c68aac2ac7dda9d4e46c7 to your computer and use it in GitHub Desktop.
const emojiMap = {
"1": "🔄",
"2": "➡️1️⃣",
"3": "➡️1️⃣",
"4": "🔄2️⃣",
"5": "➡️2️⃣",
"6": "➡️2️⃣",
"7": "🔄2️⃣",
"8": "➡️2️⃣",
"9": "➡️2️⃣",
"10": "🔄2️⃣",
"11": "➡️2️⃣",
"12": "➡️2️⃣"
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment