Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 😀
```