![]() |
||
---|---|---|
.github/workflows | ||
.gitignore | ||
.npmignore | ||
LICENSE | ||
README.md | ||
build.js | ||
package.json | ||
yarn.lock |
README.md
emoji-picker-element-data
Uses emojibase-data to build JSON files designed for emoji-picker-element. To browse the files, use jsdelivr.
Each file contains both language-specific emoji data and shortcode-specific data. For instance:
en/emojibase/data.json
: English data, Emojibase shortcodesen/joypixels/data.json
: English data, JoyPixels shortcodesfr/cldr/data.json
: French data, CLDR shortcodes
The goal is to stitch together shortcode files and emoji files into a single, optimized file format. Incidentally,
this provides a file format more like emojibase-data
v5 than v6.
For more details, see this issue.