Skip to content

Static export of platform-specific metadata for unicode emojis. πŸ—οΈ

License

Notifications You must be signed in to change notification settings

JoshuaKGoldberg/emoji-platform-data

Repository files navigation

Emoji Platform Data

Static export of platform-specific metadata for unicode emojis. πŸ—οΈ

πŸ‘ͺ All Contributors: 2 🀝 Code of Conduct: Kept πŸ“ License: MIT πŸ“¦ npm version πŸ’ͺ TypeScript: Strict

Usage

npm i emoji-platform-data
import { byTitle } from "emoji-platform-data";

console.log(byTitle["Sparkling Heart"]);
/*
{
	emoji: "πŸ’–",
	emojipedia: { "currentCldrName": "Sparkling Heart", ... },
	fluemoji: { "cldr": "sparkling heart", ... },
	gemoji: { "description": "sparkling heart", ... },
	twemoji: { "description": "Sparkling heart", ... },
	...
}
*/

emoji-platform-data combines emoji data from the following projects:

Each emoji supported in at least one of those projects is stored by its emoji glyph and Emojipedia title.

Why?

This is useful if you're looking to see the metadata supported for emojis in each of those platforms. For example, if you wanted to determine the keywords associated with any emoji, this would let you know accumulate all the keywords across the supported platforms.

Contributors

Dario Vladović
Dario Vladović

πŸ€”
Josh Goldberg ✨
Josh Goldberg ✨

πŸ’» πŸ–‹ πŸ“– πŸ€” πŸš‡ 🚧 πŸ“† πŸ”§

πŸ’™ This package was templated with create-typescript-app.

About

Static export of platform-specific metadata for unicode emojis. πŸ—οΈ

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •