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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hrvclan",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Generate leaderboard card images",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
package/readme.md CHANGED
@@ -1,7 +1,7 @@
1
- # 📊 Leaderboard HTML PNG Renderer (CommonJS)
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
- # 2. How to use
19
- ## Bước 1: Install Module
18
+ ## 2. How to use
19
+ ### Step 1: Install Module
20
20
  ```
21
21
  npm install hrvclan
22
22
  ```
23
- ## Bước 2: Import Package
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
- ## Bước 3: Test It Out
31
+ ### Step 3: Test It Out
32
32
  ```
33
33
  const fs = require("fs");
34
34