Would this work on react web
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);
try this module, npm install emoticons-parse.
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.