Sean Yen posted an update — Feb 14, 2021 04:58 AM EST update: here's a code snippet const emoji = [] // Add regional indicators A-Z for (let i = 0x1f1e6; i <= 0x1f1ff; i++) { emoji.push(String.fromCodePoint(i)) } idk what it does (maybe it cooks dinner for me :heart_eyes:) but it's no longer used Log in or sign up for Devpost to join the conversation.
Sean Yen posted an update — Feb 14, 2021 04:58 AM EST update: here's a code snippet const emoji = [] // Add regional indicators A-Z for (let i = 0x1f1e6; i <= 0x1f1ff; i++) { emoji.push(String.fromCodePoint(i)) } idk what it does (maybe it cooks dinner for me :heart_eyes:) but it's no longer used Log in or sign up for Devpost to join the conversation.
Log in or sign up for Devpost to join the conversation.