This is a mirror to try to self-host the data for the emoji picker of PCv5
Go to file
Nolan Lawson 2e8d74a9a0
chore: remove rimraf/mkdirp (#5)
2023-06-10 20:16:35 -07:00
.github/workflows chore: add github actions (#6) 2023-06-10 19:30:14 -07: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 chore: remove rimraf/mkdirp (#5) 2023-06-10 20:16:35 -07:00
package.json chore: remove rimraf/mkdirp (#5) 2023-06-10 20:16:35 -07:00
yarn.lock chore: remove rimraf/mkdirp (#5) 2023-06-10 20:16:35 -07: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.