rust-rpa 0.1.5-beta.4 → 0.1.5-beta.6
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
package/index.d.ts
CHANGED
|
@@ -79,8 +79,8 @@ export interface CaptureImageOptions {
|
|
|
79
79
|
from?: 'window' | 'screen' | null
|
|
80
80
|
/** 仅截取该区域(逻辑像素),不填则截取全图;仅对 Window.captureImage 有效 */
|
|
81
81
|
region?: CaptureRegion | null
|
|
82
|
-
/** 为 true
|
|
83
|
-
|
|
82
|
+
/** 为 true 时,若存在 DPI 缩放,则自动将图像缩放到逻辑像素宽高(与 getSize/getBounds 一致);仅对 Window.captureImage 有效 */
|
|
83
|
+
autoSize?: boolean | null
|
|
84
84
|
}
|
|
85
85
|
/** 窗口尺寸信息 */
|
|
86
86
|
export interface WindowSize {
|
package/package.json
CHANGED
|
Binary file
|
package/rust-rpa.darwin-x64.node
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|