Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/afeiship/next-emj-num
- Owner: afeiship
- License: mit
- Created: 2021-01-13T13:34:45.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-15T14:40:36.000Z (almost 4 years ago)
- Last Synced: 2024-10-28T07:22:37.742Z (about 2 months ago)
- Topics: emoji, n, next, num, numer
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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