emoji-unicode-map
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "emoji-unicode-map", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Unicode to name emoji mapping.", | ||
@@ -33,3 +33,14 @@ "main": "lib/index.js", | ||
}, | ||
"homepage": "https://github.com/IonicaBizau/emoji-unicode-map#readme" | ||
"homepage": "https://github.com/IonicaBizau/emoji-unicode-map#readme", | ||
"files": [ | ||
"bin/", | ||
"app/", | ||
"lib/", | ||
"dist/", | ||
"src/", | ||
"resources/", | ||
"menu/", | ||
"cli.js", | ||
"index.js" | ||
] | ||
} |
@@ -0,1 +1,2 @@ | ||
# emoji-unicode-map [![PayPal](https://img.shields.io/badge/%24-paypal-f39c12.svg)][paypal-donations] [![Version](https://img.shields.io/npm/v/emoji-unicode-map.svg)](https://www.npmjs.com/package/emoji-unicode-map) [![Downloads](https://img.shields.io/npm/dt/emoji-unicode-map.svg)](https://www.npmjs.com/package/emoji-unicode-map) [![Get help on Codementor](https://cdn.codementor.io/badges/get_help_github.svg)](https://www.codementor.io/johnnyb?utm_source=github&utm_medium=button&utm_term=johnnyb&utm_campaign=github) | ||
@@ -5,3 +6,3 @@ | ||
## Installation | ||
## :cloud: Installation | ||
@@ -12,4 +13,7 @@ ```sh | ||
## Example | ||
## :clipboard: Example | ||
```js | ||
@@ -32,4 +36,5 @@ const unicode = require("emoji-unicode-map"); | ||
## Documentation | ||
## :memo: Documentation | ||
### `get(char)` | ||
@@ -44,12 +49,16 @@ Gets the emoji name, by providing the character. | ||
## How to contribute | ||
## :yum: How to contribute | ||
Have an idea? Found a bug? See [how to contribute][contributing]. | ||
## Where is this library used? | ||
## :dizzy: Where is this library used? | ||
If you are using this library in one of your projects, add it in this list. :sparkles: | ||
- [`emoji-chars`](https://github.com/IonicaBizau/emoji-chars#readme) | ||
## License | ||
- [`emoji-chars`](https://github.com/IonicaBizau/emoji-chars#readme)—Get the emoji chars as array. | ||
- [`emoji-dictionary`](https://github.com/IonicaBizau/emoji-dictionary#readme)—Convert emoji names in unicode characters and vice versa. | ||
## :scroll: License | ||
[MIT][license] © [Ionică Bizău][website] | ||
@@ -63,2 +72,2 @@ | ||
[contributing]: /CONTRIBUTING.md | ||
[docs]: /DOCUMENTATION.md | ||
[docs]: /DOCUMENTATION.md |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
69
4645
4
19