Skip to content

Mathster0598/emoji.json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emoji.json npm

Just an emoji.json.

Generated from emoji-list 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])
// {
//   no: 3,
//   codes: '1F602',
//   char: '😂',
//   name: 'face with tears of joy',
//   keywords: 'face | face with tears of joy | joy | laugh | tear'
// }

if you care about file size:

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

fetch from web

About

Just an emoji.json

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%