dependabot[bot]
2025-08-13 45c130b3dd3fc51f7589573ef7b3433d96de9c2b
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]