# @thijs-development/emojipicker

> A simple node.js module to import emoji's quickly into your script.

Latest version **1.0.0** (published 2019-03-04) · ISC license · 0 weekly downloads

## Install

```sh
npm install @thijs-development/emojipicker
pnpm add @thijs-development/emojipicker
yarn add @thijs-development/emojipicker
bun add @thijs-development/emojipicker
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2019-03-04 |
| First published | 2019-03-04 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | ThijsHFT/ThijsDevelopment |
| Maintainers | thijs-development |
| Keywords | emoji, module, node.js |

## Links

- npm: https://www.npmjs.com/package/@thijs-development/emojipicker
- npm.io page: https://npm.io/package/@thijs-development/emojipicker

## Recent versions

- 1.0.0 (latest) — 2019-03-04

## README

### 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

```js
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);
```

---
_Source: https://npm.io/package/@thijs-development/emojipicker · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
