We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 249671d commit 6663e9aCopy full SHA for 6663e9a
modules/markdown/emoji/getEmojiUrl.ts
@@ -1,4 +1,5 @@
1
-const EMOJI_CDN_BASE_URL = "https://cdnjs.cloudflare.com/ajax/libs/twemoji/14.0.2/svg"
+const EMOJI_CDN_BASE_URL =
2
+ "https://cdnjs.cloudflare.com/ajax/libs/twemoji/14.0.2/svg"
3
4
export const getEmojiUrl = (emoji: string) => {
5
const file = [...emoji]
0 commit comments