Illia Kozyr c722a49f64 React Project DONE | 2 rokov pred | |
---|---|---|
.. | ||
CHANGELOG.md | 2 rokov pred | |
LICENSE.md | 2 rokov pred | |
README.md | 2 rokov pred | |
index.js | 2 rokov pred | |
package.json | 2 rokov pred |
Complete list of standard Unicode Hex Character Code that represent emojis.
NOTE: The lists is related with the Unicode Hex Character Code. The representation of the emoji depend of the system. Will be possible that the system don't have all the representations.
npm install emojis-list --save
If you want to use in the browser (powered by Browserify):
bower install emojis-list --save
and later link in your HTML:
<script src="bower_components/emojis-list/dist/emojis-list.js"></script>
var emojis = require('emojis-list');
console.log(emojis[0]);
// => 🀄
MIT © Kiko Beats