@hokkiai/discord-emoji-selector 1.2.5 → 1.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -3
- package/dist/emojilib-FIVCEFDT.js +16736 -0
- package/dist/index.cjs +4 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
<div align="center">
|
|
2
|
+
<br>Our <b>discord emoji selector</b> is a lightweight and powerful Discord-style emoji picker for React.<br>
|
|
3
|
+
<br><a href="https://www.hokki.app/library-demos/discord-emoji-selector">Demo</a>
|
|
4
|
+
<br><br><img width="420" alt="Discord Emoji Selector example output" src="https://github.com/hokkiai/discord-emoji-selector/blob/main/assets/image.png?raw=true">
|
|
5
|
+
<br><br><a href="https://www.hokki.app"><img width="30" src="https://api.hokki.app/favicon.png"></a>
|
|
6
|
+
<br>Brought to you by the <a href="https://www.hokki.app">HokkiAI</a> team
|
|
7
|
+
</div>
|
|
8
|
+
<br>
|
|
9
|
+
<br>
|
|
10
|
+
<br>
|
|
4
11
|
|
|
5
12
|
## Installation
|
|
6
13
|
|