dependabot[bot]
2026-01-27 ec00a40aefca73596ab76e3ebe3a8e1129b43688
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]