posted an update

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.