From c02e72dc8d47c10f3577a26a1ad012d012271a61 Mon Sep 17 00:00:00 2001 From: pliny <133052465+elder-plinius@users.noreply.github.com> Date: Thu, 13 Mar 2025 23:29:04 -0400 Subject: [PATCH] Update emojiLibrary.js --- js/emojiLibrary.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/js/emojiLibrary.js b/js/emojiLibrary.js index ac0f660..5daad65 100644 --- a/js/emojiLibrary.js +++ b/js/emojiLibrary.js @@ -51,6 +51,17 @@ window.emojiLibrary.ADDITIONAL_EMOJIS = [ // Make emoji list globally available window.emojiLibrary.EMOJI_LIST = [ + // Blood drop, worm, and moon emojis + "🩸", // Blood Drop + "🪱", // Worm + "🌑", // New Moon + "🌒", // Waxing Crescent Moon + "🌓", // First Quarter Moon + "🌔", // Waxing Gibbous Moon + "🌕", // Full Moon + "🌖", // Waning Gibbous Moon + "🌗", // Last Quarter Moon + "🌘", // Waning Crescent Moon // Faces and People "😀", // Grinning Face "😁", // Beaming Face with Smiling Eyes