Regenerated emoji map

This commit is contained in:
saberzero1 2025-07-03 15:38:20 +02:00
parent d0af773ae9
commit 99d65fcdcc
No known key found for this signature in database
2 changed files with 1911 additions and 1911 deletions

View File

@ -37,7 +37,7 @@ export async function loadEmoji(code: string) {
emojimap = data emojimap = data
} }
const name = emojimap.codePointToName[`U+${code.toUpperCase().replaceAll("-", "-U+")}`] const name = emojimap.codePointToName[`${code.toUpperCase()}`]
if (!name) throw new Error(`codepoint ${code} not found in map`) if (!name) throw new Error(`codepoint ${code} not found in map`)
const b64 = emojimap.nameToBase64[name] const b64 = emojimap.nameToBase64[name]

File diff suppressed because one or more lines are too long