dependabot[bot]
2025-09-05 42052ebb5fae0d41d2530fb02ed3e2f441af3539
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]