https://github.com/eastsun5566/get-some-cool-emojis
🏭 Just generate some random Emojis
https://github.com/eastsun5566/get-some-cool-emojis
cool emoji emojis random
Last synced: 3 months ago
JSON representation
🏭 Just generate some random Emojis
- Host: GitHub
- URL: https://github.com/eastsun5566/get-some-cool-emojis
- Owner: EastSun5566
- License: mit
- Created: 2018-12-08T11:53:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-22T07:17:59.000Z (over 1 year ago)
- Last Synced: 2025-02-25T12:51:41.040Z (over 1 year ago)
- Topics: cool, emoji, emojis, random
- Language: JavaScript
- Homepage: https://eastsun5566.github.io/get-some-cool-emojis/
- Size: 2.23 MB
- Stars: 9
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Get Some Cool Emojis 🔥
[](https://www.npmjs.com/package/get-some-cool-emojis)
[](https://www.npmjs.com/package/get-some-cool-emojis)
[](https://github.com/EastSun5566/get-some-cool-emojis/actions/workflows/testing.yml)
[](https://github.com/EastSun5566/get-some-cool-emojis/blob/master/LICENSE)
> 🏭 Just generate some random Emojis 🎉✨🔧🐛💩
🔗
## ✨ Installation
```sh
npm i get-some-cool-emojis
```
or
```html
```
## 🚀 Usage
```js
import getSomeCoolEmojis from "get-some-cool-emojis";
getSomeCoolEmojis(5); // return 5 emojis 🎉✨🔧🐛💩
```
## Updating emoji data
emoji data is from [Unicode data](https://github.com/node-unicode/node-unicode-data).
```sh
# update deps
npm rm @unicode/unicode-x.x.x
npm i @unicode/unicode-x.x.x -D
# build emojis string
npm run build
```