omnidan / node-emoji

💖 simple emoji support for node.js projects
MIT License
1.32k stars 241 forks source link

Decode from string text #1

Closed fabricionaweb closed 9 years ago

fabricionaweb commented 9 years ago

as it does for me to translate a string?

example :hushed::star::heart_eyes:
omnidan commented 9 years ago

Thank you for your suggestion. I added emoji.emojify(str), so you can use emoji.emojify("example :hushed::star::heart_eyes:") now to achieve exactly this.

Make sure to update node-emoji to 1.0.0 via npm!