lyb-pixi-js 1.12.45 → 1.12.46

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.
@@ -6,7 +6,7 @@ interface Params {
6
6
  /** 高度 */
7
7
  height: number;
8
8
  /** 字体与高度比 */
9
- fontSizeRatio: number;
9
+ fontSizeRatio?: number;
10
10
  /** 使用字体 */
11
11
  fontFamily?: string;
12
12
  /** 是否加粗 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lyb-pixi-js",
3
- "version": "1.12.45",
3
+ "version": "1.12.46",
4
4
  "description": "自用Pixi.JS方法库",
5
5
  "license": "ISC",
6
6
  "exports": {