emoji-name-map
Advanced tools
Comparing version 1.2.8 to 1.2.9
{ | ||
"name": "emoji-name-map", | ||
"version": "1.2.8", | ||
"version": "1.2.9", | ||
"description": "Name to unicode emoji mapping.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
123
README.md
<!-- Please do not edit this file. Edit the `blah` field in the `package.json` instead. If in doubt, open an issue. --> | ||
# emoji-name-map | ||
@@ -10,4 +26,26 @@ | ||
> Name to unicode emoji mapping. | ||
## :cloud: Installation | ||
@@ -24,2 +62,13 @@ | ||
## :clipboard: Example | ||
@@ -57,2 +106,10 @@ | ||
## :question: Get Help | ||
@@ -62,5 +119,6 @@ | ||
1. Please [post questions on Stack Overflow](https://stackoverflow.com/questions/ask). You can open issues with questions, as long you add a link to your Stack Overflow question. | ||
2. For bug reports and feature requests, open issues. :bug: | ||
3. For direct and quick help, you can [use Codementor](https://www.codementor.io/johnnyb). :rocket: | ||
@@ -70,2 +128,4 @@ | ||
## :memo: Documentation | ||
@@ -86,2 +146,13 @@ | ||
## :yum: How to contribute | ||
@@ -92,3 +163,2 @@ Have an idea? Found a bug? See [how to contribute][contributing]. | ||
## :sparkling_heart: Support my projects | ||
I open-source almost everything I can, and I try to reply to everyone needing help using these projects. Obviously, | ||
@@ -112,11 +182,38 @@ this takes time. You can integrate and use these projects in your applications *for free*! You can even change the source code and redistribute (even resell it). | ||
## :dizzy: Where is this library used? | ||
If you are using this library in one of your projects, add it in this list. :sparkles: | ||
- `emoji-dictionary` | ||
- `emoji-unicode-map` | ||
- `emoji-names` | ||
- `@rivkesse/emoji-category-map` | ||
- `emoji-favicon-webpack-plugin` | ||
- `@rivkesse/emoji-dictionary` | ||
- `@onereach/content-builder` | ||
- `vue-notification-system` | ||
- [`emoji-dictionary`](https://github.com/IonicaBizau/emoji-dictionary#readme)—Convert emoji names in unicode characters and vice versa. | ||
- [`emoji-favicon-webpack-plugin`](https://github.com/trevorblades/emoji-favicon-webpack-plugin#readme) (by Trevor Blades)—Let webpack generate an emoji favicon for you | ||
- [`emoji-names`](https://github.com/IonicaBizau/emoji-names#readme)—Get the emoji names as array. | ||
- [`emoji-unicode-map`](https://github.com/IonicaBizau/emoji-unicode-map#readme)—Unicode to name emoji mapping. | ||
## :scroll: License | ||
@@ -127,2 +224,10 @@ | ||
[license]: /LICENSE | ||
[website]: https://ionicabizau.net | ||
[contributing]: /CONTRIBUTING.md | ||
[docs]: /DOCUMENTATION.md | ||
[badge_patreon]: https://ionicabizau.github.io/badges/patreon.svg | ||
@@ -132,10 +237,4 @@ [badge_amazon]: https://ionicabizau.github.io/badges/amazon.svg | ||
[badge_paypal_donate]: https://ionicabizau.github.io/badges/paypal_donate.svg | ||
[patreon]: https://www.patreon.com/ionicabizau | ||
[amazon]: http://amzn.eu/hRo9sIZ | ||
[paypal-donations]: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RVXDDLKKLQRJW | ||
[license]: http://showalicense.com/?fullname=Ionic%C4%83%20Biz%C4%83u%20%3Cbizauionica%40gmail.com%3E%20(https%3A%2F%2Fionicabizau.net)&year=2016#license-mit | ||
[website]: https://ionicabizau.net | ||
[contributing]: /CONTRIBUTING.md | ||
[docs]: /DOCUMENTATION.md |
Sorry, the diff of this file is not supported yet
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
231
7405