You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks Xiewang for the response but the package does not work on my side.
import * as emoticons from 'emoticons-parse';
const emoji = emoticons.parse('This is source emoji [GRIMACING FACE]');
console.log(emoji);
// Response
Error that there is not default export. So i did some changes to the file and managed to bypass the errors but the code still returns the same string in the console without the emoji.
I can not seem to find this package for the web. I specifically need this functionality bellow:
const emoji = emoticons.parse('This is source emoji [GRIMACING FACE]');
console.log(emoji);
The text was updated successfully, but these errors were encountered: