@sefinek/random-emoji 2.0.2 → 2.0.3
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 -10
- package/index.js +0 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,15 +17,15 @@ npm install @sefinek/random-emoji
|
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
## 😻 • Usage
|
|
20
|
-
| Function
|
|
21
|
-
|
|
22
|
-
| [unicode](https://github.com/sefinek24/random-emoji/blob/
|
|
23
|
-
| [emojis](https://github.com/sefinek24/random-emoji/blob/
|
|
24
|
-
| [cats](https://github.com/sefinek24/random-emoji/blob/
|
|
25
|
-
| [hearts](https://github.com/sefinek24/random-emoji/blob/
|
|
26
|
-
| [foods](https://github.com/sefinek24/random-emoji/blob/
|
|
27
|
-
| [circles](https://github.com/sefinek24/random-emoji/blob/
|
|
28
|
-
| [Kaomojis](https://github.com/sefinek24/random-emoji/blob/
|
|
20
|
+
| Function | Description |
|
|
21
|
+
|----------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------|
|
|
22
|
+
| [unicode](https://github.com/sefinek24/random-emoji/blob/f8e6a007717dc5e51adc31b4418bb954e2d364e5/example.js#L4) | A single emoji |
|
|
23
|
+
| [emojis](https://github.com/sefinek24/random-emoji/blob/f8e6a007717dc5e51adc31b4418bb954e2d364e5/example.js#L7) | Random emoji with name and type |
|
|
24
|
+
| [cats](https://github.com/sefinek24/random-emoji/blob/f8e6a007717dc5e51adc31b4418bb954e2d364e5/example.js#L11) | Return random cat |
|
|
25
|
+
| [hearts](https://github.com/sefinek24/random-emoji/blob/f8e6a007717dc5e51adc31b4418bb954e2d364e5/example.js#L14) | Return random heart |
|
|
26
|
+
| [foods](https://github.com/sefinek24/random-emoji/blob/f8e6a007717dc5e51adc31b4418bb954e2d364e5/example.js#L18) | Return random food |
|
|
27
|
+
| [circles](https://github.com/sefinek24/random-emoji/blob/f8e6a007717dc5e51adc31b4418bb954e2d364e5/example.js#L22) | Return random circle |
|
|
28
|
+
| [**new** Kaomojis](https://github.com/sefinek24/random-emoji/blob/f8e6a007717dc5e51adc31b4418bb954e2d364e5/example.js#L28) | Return random kaomojis from [API](https://api.sefinek.net) |
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
## 😼 • Examples
|
|
@@ -94,7 +94,7 @@ kaomoji.love().then(console.log);
|
|
|
94
94
|
|
|
95
95
|
|
|
96
96
|
## 📝 • Changelog
|
|
97
|
-
>
|
|
97
|
+
> [Click here](CHANGELOG.md)
|
|
98
98
|
|
|
99
99
|
|
|
100
100
|
## 🤝 • Help
|
package/index.js
CHANGED
package/package.json
CHANGED