Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lassejlv/emojis.js
A small libary to get emojis to projects faster
https://github.com/lassejlv/emojis.js
Last synced: about 2 months ago
JSON representation
A small libary to get emojis to projects faster
- Host: GitHub
- URL: https://github.com/lassejlv/emojis.js
- Owner: lassejlv
- Created: 2021-10-19T07:46:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-19T08:12:53.000Z (about 3 years ago)
- Last Synced: 2024-11-10T13:07:06.132Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Emojis.js
A small libary to get emojis to projects faster!
#### Examples
```js
const emoji = require("emojis.js");function example() {
console.log(emoji.happy1);
}example();
// output 😀
```