feat: emojify ALL THE THINGS!
This commit is contained in:
parent
9c0dc74289
commit
020f1f4320
6 changed files with 29 additions and 13 deletions
|
@ -233,5 +233,11 @@ module.exports = {
|
|||
}
|
||||
},
|
||||
|
||||
}
|
||||
emojifyText: function(text) {
|
||||
emojione.imageType = 'svg';
|
||||
return {
|
||||
__html: emojione.unicodeToImage(escape(text)),
|
||||
};
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue