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.
- package/package.json +1 -1
- package/types/image.d.ts +2 -2
package/package.json
CHANGED
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
|
|
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
|
-
|
|
137
|
+
threshold: number,
|
|
138
138
|
limit: number,
|
|
139
139
|
method: number
|
|
140
140
|
): {
|