ms-types 0.0.10 → 0.0.11

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/types/image.d.ts +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ms-types",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
package/types/image.d.ts CHANGED
@@ -122,7 +122,7 @@ declare namespace image {
122
122
  * @param y 左上角y
123
123
  * @param ex 右下角x
124
124
  * @param ey 右下角y
125
- * @param weakThreshold 弱阈值
125
+ * @param threshold 阈值
126
126
  * @param limit 限制数量
127
127
  * @param method 方法
128
128
  * @returns 图片数组
@@ -134,7 +134,7 @@ declare namespace image {
134
134
  y: number,
135
135
  ex: number,
136
136
  ey: number,
137
- weakThreshold: number,
137
+ threshold: number,
138
138
  limit: number,
139
139
  method: number
140
140
  ): {