0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-28 11:22:39 +00:00

Add FontAwesome Solid to emoji list

This commit is contained in:
Trevor Buckner
2024-05-05 01:50:38 -04:00
parent 22bdb85dff
commit df3d1078f1
3 changed files with 1401 additions and 5 deletions

View File

@@ -1,11 +1,11 @@
const diceFont = require('../../../themes/fonts/icon fonts/diceFont.js');
const elderberryInn = require('../../../themes/fonts/icon fonts/elderberryInn.js');
const fontAwesome = require('../../../themes/fonts/icon fonts/fontAwesome.js');
const emojis = {
...diceFont,
...elderberryInn,
"fas-heart": "fa-solid fa-heart",
"fas-star": "fa-solid fa-star"
...fontAwesome
};
const showEmojiAutocomplete = function(CodeMirror, editor) {