Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emoji

This emoji module is built by fetching from github's emoji api to get shortcodes, and combining that with category data from unicode.org as well as keywords from CLDR data.

building from source

To fetch fresh data and rebuild the output, clone this repo and run npm run build.

example

const {fitzpatrickModifiers, emoji} = require("@rutherford/emoji");

> fitzpatrickModifiers
[ "🏻", "🏼", "🏽", "🏾", "🏿" ]

> emoji[0]
{
	names: ["grinning"],
	char: "😀",
	category: "Smileys & Emotion",
	subCategory: "face-smiling",
	keywords: ["face", "grin", "grinning"],
	fitzpatrick: false,
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages