0.3.3 • Published 3 years ago

winmojilib v0.3.3

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

winmojilib

A Collection of lightweight, up-to-date emojis supported by Windows for use in winmoji These emojis are generated from the most up-to-date resource based on the Unicode Data.

Installation

npm

npm install winmojilib

yarn

yarn add winmojilib

Exmaple object

{
  "grinning_face": {
    "char": "😀",
    "keywords": [
      "face",
      "grin",
      "grinning face"
    ],
    "name": "grinning_face",
    "group": "smileys-emotion",
    "hexcode": "1F600",
    "subgroup": "face-smiling"
  },
  "grinning_face_with_big_eyes": {
    "char": "😃",
    "keywords": [
      "face",
      "grinning face with big eyes",
      "mouth",
      "open",
      "smile"
    ],
    "name": "grinning_face_with_big_eyes",
    "group": "smileys-emotion",
    "hexcode": "1F603",
    "subgroup": "face-smiling"
  },
  "grinning_face_with_smiling_eyes": {
    "char": "😄",
    "keywords": [
      "eye",
      "face",
      "grinning face with smiling eyes",
      "mouth",
      "open",
      "smile"
    ],
    "name": "grinning_face_with_smiling_eyes",
    "group": "smileys-emotion",
    "hexcode": "1F604",
    "subgroup": "face-smiling"
  },

For maintainers

Development Quick start

yarn && yarn start

This will then build you an emoji json data file.

0.3.3

3 years ago

0.3.0

4 years ago

0.3.1

3 years ago

0.1.0

4 years ago

0.0.1

4 years ago

1.0.0

4 years ago