Justin
2025-09-17 05e4f4229100e0420316072fda9e8ddc6229db5f
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]