This is a mirror to try to self-host the data for the emoji picker of PCv5
Go to file
Nolan Lawson faa4e500cb 1.6.0 2023-12-03 15:24:03 -08:00
.github/workflows feat: update to emojibase-data 15.3.0 (#8) 2023-12-03 15:22:09 -08:00
.gitignore feat: update to emojibase-data 15.2.0 (#7) 2023-10-07 11:41:50 -07: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 chore: remove rimraf/mkdirp (#5) 2023-06-10 20:16:35 -07:00
package.json 1.6.0 2023-12-03 15:24:03 -08:00
yarn.lock feat: update to emojibase-data 15.3.0 (#8) 2023-12-03 15:22:09 -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.