https://github.com/a7ul/libemoji
A javascript emoji library that uses official Unicode emoji data files
https://github.com/a7ul/libemoji
Last synced: 3 months ago
JSON representation
A javascript emoji library that uses official Unicode emoji data files
- Host: GitHub
- URL: https://github.com/a7ul/libemoji
- Owner: a7ul
- Created: 2020-03-16T08:41:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-16T19:13:13.000Z (about 5 years ago)
- Last Synced: 2025-01-09T08:45:47.697Z (5 months ago)
- Language: TypeScript
- Size: 192 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libemoji
A javascript emoji library that uses official Unicode emoji data files
## Build
yarn build
## Install
yarn add libemoji
## Usage
```js
const libEmoji = require("libemoji");console.log(libEmoji);
```