mirror of
https://github.com/lingble/chatwoot.git
synced 2025-12-01 18:43:58 +00:00
Move src to dashboard (#152)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import emojione from 'emojione';
|
||||
/* eslint-disable */
|
||||
export default function (value, method = 'shortnameToImage') {
|
||||
return emojione[method](value);
|
||||
}
|
||||
|
||||
export function getEmojiUnicode(value) {
|
||||
return emojione.shortnameToUnicode(value);
|
||||
}
|
||||
Reference in New Issue
Block a user