This is a mirror to try to self-host the data for the emoji picker of PCv5
Go to file
Nolan Lawson 4746a4f1d2 docs: update readme 2020-11-06 10:05:53 -08:00
.gitignore feat: initial commit 2020-11-03 13:48:08 -08:00
.npmignore feat: initial commit 2020-11-03 13:48:08 -08:00
LICENSE feat: initial commit 2020-11-03 13:48:08 -08:00
README.md docs: update readme 2020-11-06 10:05:53 -08:00
build.js fix: fix skintones logic 2020-11-06 09:59:38 -08:00
package.json fix: fix repo info 2020-11-03 14:04:14 -08:00
yarn.lock feat: initial commit 2020-11-03 13:48:08 -08:00

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 shortcodes
  • en/joypixels/data.json: English data, JoyPixels shortcodes
  • fr/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.