Static export of platform-specific metadata for unicode emojis. ποΈ
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:
- Emojipedia
- Fluent UI / Windows ("fluemoji")
- Gemoji
- Twemoji
Each emoji supported in at least one of those projects is stored by its emoji glyph and Emojipedia title.
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.
Dario VladoviΔ π€ |
Josh Goldberg β¨ π» π π π€ π π§ π π§ |
π This package was templated with
create-typescript-app
.