FishCat233
2025-10-16 52460f376f79cd4640b8ed8a1343acaf02bf90aa
quartz/util/emoji.ts
@@ -37,7 +37,7 @@
    emojimap = data
  }
  const name = emojimap.codePointToName[`U+${code.toUpperCase()}`]
  const name = emojimap.codePointToName[`${code.toUpperCase()}`]
  if (!name) throw new Error(`codepoint ${code} not found in map`)
  const b64 = emojimap.nameToBase64[name]