hrvclan 1.0.5 → 1.0.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/package.json +1 -1
- package/readme.md +7 -7
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# 📊
|
|
2
|
-
|
|
3
|
-
Action With **CommonJS (`require`)**, not use ESModule.
|
|
1
|
+
# 📊 Hrv Clans Public NPM Package (CommonJS)
|
|
4
2
|
|
|
3
|
+
- Action With **CommonJS (`require`)**, not use ESModule.
|
|
4
|
+
- **The Hrv Clan only published the image of leaderboard creation version (Some Features Is Comming Soon)**
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
# 🚀 1. Mandatory Requirements
|
|
@@ -15,12 +15,12 @@ Check Node Version:
|
|
|
15
15
|
```bash
|
|
16
16
|
node -v
|
|
17
17
|
```
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
## 2. How to use
|
|
19
|
+
### Step 1: Install Module
|
|
20
20
|
```
|
|
21
21
|
npm install hrvclan
|
|
22
22
|
```
|
|
23
|
-
|
|
23
|
+
### Step 2: Import Package
|
|
24
24
|
```
|
|
25
25
|
const {
|
|
26
26
|
getLeaderboardCardUrl,
|
|
@@ -28,7 +28,7 @@ const {
|
|
|
28
28
|
saveLeaderboardImage
|
|
29
29
|
} = require('hrvclan');
|
|
30
30
|
```
|
|
31
|
-
|
|
31
|
+
### Step 3: Test It Out
|
|
32
32
|
```
|
|
33
33
|
const fs = require("fs");
|
|
34
34
|
|