https://github.com/ryansn/winmojilib
A Collection of lightweight, up-to-date emojis for use in winmoji
https://github.com/ryansn/winmojilib
emojis hacktoberfest hacktoberfest2021 windows
Last synced: 11 months ago
JSON representation
A Collection of lightweight, up-to-date emojis for use in winmoji
- Host: GitHub
- URL: https://github.com/ryansn/winmojilib
- Owner: ryanSN
- License: mit
- Created: 2020-10-03T20:09:00.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T23:56:22.000Z (almost 3 years ago)
- Last Synced: 2025-07-24T17:46:08.808Z (11 months ago)
- Topics: emojis, hacktoberfest, hacktoberfest2021, windows
- Language: TypeScript
- Homepage:
- Size: 11.7 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://unicode.org/emoji/).
## Installation
**npm**
```shell
npm install winmojilib
```
**yarn**
```shell
yarn add winmojilib
```
Exmaple object
```json
{
"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
```shell
yarn && yarn start
```
This will then build you an emoji json data file.