stz-chart-maker 1.2.2 → 1.2.4

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 (3) hide show
  1. package/README.md +4 -2
  2. package/dist/index.js +1660 -1649
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,8 @@
1
+ <div>
1
2
 
2
- # stz-chart-maker
3
3
 
4
- Chart.js 기반의 차트 생성 도구
4
+ <h1>stz-chart-maker</h1>
5
+ <strong>Chart.js 기반의 차트 생성 도구</strong>
5
6
 
6
7
  ## using npm :
7
8
  ```bash
@@ -40,3 +41,4 @@ const chart = ChartWrapper
40
41
 
41
42
  <Chart {...chart} />;
42
43
  ```
44
+ </div>