@arcsine/win-info
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -69,3 +69,3 @@ "use strict"; | ||
const [width, height, x, y] = finalRes.split(/[+x]/).map(v => parseInt(v, 10)); | ||
return { index, width, height, x, y }; | ||
return { index, width, height, x, y, scale: { x: 1, y: 1 } }; | ||
} | ||
@@ -72,0 +72,0 @@ /** |
@@ -10,2 +10,6 @@ export declare type Platform = 'win32' | 'darwin' | 'linux' | 'freebsd' | 'openbsd' | 'sunos'; | ||
index: number; | ||
scale: { | ||
x: number; | ||
y: number; | ||
}; | ||
} | ||
@@ -12,0 +16,0 @@ export interface Response { |
{ | ||
"name": "@arcsine/win-info", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Get metadata about a program window (title, id, bounds, screens, owner, etc). Works on macOS, X11-based Desktops (Linux, BSD), Windows.", | ||
@@ -73,2 +73,2 @@ "license": "MIT", | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
158129
231