Package Exports
- emoji-picker-element-data/en/emojibase/data.json
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (emoji-picker-element-data) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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.