twemoji : A Unicode 10.0 standard based way to implement emoji across all platforms.. You can installing twemoji npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install twemoji $ sudo npm install -g twemoji
If want to update the twemoji package execute the command as below,
$ sudo npm update twemoji
Update package globally,
$ npm install -g twemoji
$ sudo git clone https://github.com/rektide/twemoji.git
$ sudo npm install -g ./twemoji
twemoji@2.5.0 /usr/lib/node_modules/twemoji
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall twemoji
| Package Name | twemoji |
| Version | 2.5.0 |
| Description | A Unicode 10.0 standard based way to implement emoji across all platforms. |
| Released Date | 2017-08-08T09:16:05.141Z |
| Published by | webreflection |
| How to Learn | https://www.npmjs.com/package/twemoji/tutorial |