16.0.0 • Published 1 year ago

@chalda/emojis.json v16.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Emojis.json

This repository contains a comprehensive list of emojis in JSON format, version 16.0.1

The data was sourced from the Full Emoji Data, version 16.0

Available Files

Array of all available Emojis

FileStandardModifiersImagesSize
array.json17 KB
array.only.modifiers.json34 KB
array.with.modifiers.json51 KB

Array of Emoji Objects

FileStandardModifiersImagesSize
list.json216 KB
list.only.modifiers.json320 KB
list.with.modifiers.json535 KB
list.with.images.json7 MB
list.only.modifiers.with.images.json8 MB
list.with.images.with.modifiers.json15 MB
list.new.json1 KB

Array of Emoji Objects organized by Categories and Subcategories

FileStandardModifiersImagesSize
categories.json119 KB
categories.only.modifiers.json218 KB
categories.with.modifiers.json337 KB
categories.with.images.json6 MB
categories.only.modifiers.with.images.json8 MB
categories.with.images.with.modifiers15 MB

Emoji Object Structure:

Each emoji object includes the following properties:

  • code <array> : the code point(s) for the emoji characters and sequences.
  • emoji <string> : The visual representation of the emoji.
  • name <string> : The CLDR short name for the character or sequence in American English.
  • category <string> : The primary category of the emoji.
  • subcategory <string>: The subcategory under which the emoji falls.
  • image <base64|false> : The emoji image in base64 format, available only in .with.images files. False if not present.
16.0.2

1 year ago

16.0.1

1 year ago

16.0.0

1 year ago