@konoui/mjimage 0.0.47 → 0.0.48

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 CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ## 麻雀牌ジェネレーター
4
4
 
5
- 仕様に沿ってテキストを入力することで、SVG 形式の画像を表示する Typescript ライブラリです。
5
+ 仕様に沿ってテキストを入力することで、SVG 形式の画像を生成する Typescript ライブラリです。
6
6
 
7
7
  ## 仕様
8
8
 
@@ -78,6 +78,8 @@ table:
78
78
 
79
79
  ## 使い方
80
80
 
81
- [設定例](doc/configuration.md)
81
+ [Hugo 設定例](doc/configuration.md)
82
82
 
83
83
  [html の例](browser-mjimage/example/index.html)
84
+
85
+ [CLI](./cmd/README.md)