Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

emojis-list

kikobeats60.9mMIT3.0.0

Complete list of standard emojis.

archive, complete, emoji, list, standard

readme

emojis-list

Dependency status Dev Dependencies Status NPM Status Donate

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.

Install

npm install emojis-list --save

Usage

const emojis = require('emojis-list')
console.log(emojis[0])
// => 🀄

License

MIT © Kiko Beats

changelog

3.0.0 (2019-05-12)

BREAKING CHANGE

  • This module no longer supports Node.js 0.10

2.1.0 (2016-10-03)

2.0.1 (2016-05-12)

2.0.0 (2016-05-12)

  • Add update script (f846dd6)
  • Block dependencies in last version (1d9e0a5)
  • Extract main file name (9ffe7bb)
  • Remove unnecessary files (4c34729)
  • Update docs, special webpack setup is not necessary (c4aefe9)
  • Update example (1e2ae03)
  • Update how to generate emojis array (b56bad9)
  • Update main file based in the new interface (996fccb)

1.0.3 (2016-05-12)

  • Add standard as linter (5e939d6)
  • Change interface (16bc0c0)
  • Generate emoji file (fbcf8e9)
  • Remove unnecessary special doc (2b12bec)
  • chore(package): update browserify to version 13.0.1 (e2c98bf)
  • chore(package): update gulp-header to version 1.8.1 (28de793)

1.0.2 (2016-05-05)

1.0.1 (2016-04-13)

1.0.0 (2015-05-12)