Skip to content

A Collection of lightweight, up-to-date emojis for use in winmoji

License

Notifications You must be signed in to change notification settings

ryanSN/winmojilib

Folders and files

NameName
Last commit message
Last commit date
Oct 11, 2021
Oct 11, 2021
Nov 8, 2020
Oct 5, 2020
Nov 8, 2020
Oct 5, 2020
Oct 11, 2021
Nov 8, 2020
Oct 11, 2021
Nov 8, 2020
Oct 11, 2021

Repository files navigation

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.