Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/afeiship/next-emj-num

Number for emoji.
https://github.com/afeiship/next-emj-num

emoji n next num numer

Last synced: 9 days ago
JSON representation

Number for emoji.

Awesome Lists containing this project

README

        

# next-emj-num
> Number for emoji.

[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]

## installation
```bash
npm install -S @jswork/next-emj-num
```

## usage
```js
import '@jswork/next-emj-num';

nx.emjNum(n);

// 0-10
// '0️⃣', '1️⃣', '2️⃣', '3️⃣', '4️⃣', '5️⃣', '6️⃣', '7️⃣', '8️⃣', '9️⃣', '🔟'
// 1200
// 1️⃣2️⃣0️⃣0️⃣
```

## license
Code released under [the MIT license](https://github.com/afeiship/next-emj-num/blob/master/LICENSE.txt).

[version-image]: https://img.shields.io/npm/v/@jswork/next-emj-num
[version-url]: https://npmjs.org/package/@jswork/next-emj-num

[license-image]: https://img.shields.io/npm/l/@jswork/next-emj-num
[license-url]: https://github.com/afeiship/next-emj-num/blob/master/LICENSE.txt

[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/next-emj-num
[size-url]: https://github.com/afeiship/next-emj-num/blob/master/dist/next-emj-num.min.js

[download-image]: https://img.shields.io/npm/dm/@jswork/next-emj-num
[download-url]: https://www.npmjs.com/package/@jswork/next-emj-num