emoji.json

15.1.0 • Public • Published

emoji.json npm

Just an emoji.json.

Generated from emoji-test.txt with this script.

NOTE: There are no Emoji versions 6.0-10.0 as a decision was made in 2017 to align emoji version numbers with their respective Unicode versions starting with version 11.0.

Usage

install with npm

npm install emoji.json then:

var emoji = require('emoji.json')
console.log(emoji[2])
// {
//   codes: '1F604',
//   char: '😄',
//   name: 'grinning face with smiling eyes',
//   category: 'Smileys & Emotion'
// }

if you care about file size:

var emojiCompact = require('emoji.json/emoji-compact.json')
console.log(emojiCompact)
// ["😀","😁","😂","🤣" ...]

fetch from web

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 15.1.0
    283
    • latest

Version History

Package Sidebar

Install

npm i emoji.json

Weekly Downloads

2,657

Version

15.1.0

License

MIT

Unpacked Size

975 kB

Total Files

4

Last publish

Collaborators

  • amio