
node-emoji
simple emoji support for node.js projects
Help wanted: We are looking for volunteers to maintain this project, if you are interested, feel free to contact me at me@omnidan.net
Installation
To install , you need node.js and npm. :rocket:
Once you have that set-up, just run in your project directory. :ship:
You're now ready to use emoji in your node projects! Awesome! :metal:
Usage
Options
onMissing
As second argument, takes an handler to parse unknown emojis. Provide a function to add your own handler:
format
As third argument, takes an handler to wrap parsed emojis. Provide a function to place emojis in custom elements, and to apply your custom styling:
Adding new emoji
Emoji come from js-emoji (Thanks a lot :thumbsup:). You can get a JSON file with all emoji here: https://raw.githubusercontent.com/omnidan/node-emoji/master/lib/emoji.json
To update the list or add custom emoji, clone this repository and put them into . Then run in the project directory or in the lib directory. This should generate the new emoji.json file and output .
That's all, you now have more emoji you can use! :clap:
Support / Donations
If you want to support node-emoji development, please consider donating (it helps me keeping my projects active and alive!):
- Paypal:
- Bitcoin: 1J5eKsrAcPPLv5gPxSjSUkXnbJpkhndFgA
-