1.0.0 • Published 5 years ago

@thijs-development/emojipicker v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

emojipicker

This is a emoji database for node.js projects to get emoji's quickly and with ease. It won't work if you don't save it in a variable/constant or use it in a return statement. If your requested emoji wasn't found, it will give you a string back: "Oops, your requested emoji wasn't found!"

Note: this is my first npm package, don't give me too much hate :-)

Installation

```npm i emojipicker```

Usage

const emojipicker = require("emojipicker");

// Here we get the checkbox emoji, for a list of emoji's, scroll down
var emoji = emojipicker.emoji("chkbox");
// log the emoji into the console
console.log(emoji);