1.2.1 • Published 6 years ago

drivetribe-emoji v1.2.1

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

drivetribe-emoji

Categorised lists of emoji.

Install

npm install drivetribe-emoji --save

JSON format

{
  "title": "Category",
  "description": "A named category containing a subset of emoji characters",
  "type": "array",
  "items": {
    "title": "Emoji",
    "description": "An array of sorted objects describing each emoji in the category",
    "type": "object",
    "properties": {
      "unicode": {
        "description": "An array of notationless unicode characters"
        "type": "array",
        "items": {
          "type": "string"
        },
        "minItems": 1
      },
      "displayCode": {
        "description": "A HTML-escaped unicode character representing the emoji"
        "type": "string"
      }
    }
  }
}

Develop

To update the list of emoji, run node convert in the root of this package.