Improve scanner repeatability guardrails

This commit is contained in:
AzuTear
2026-07-09 10:21:13 +02:00
parent 13fd46c104
commit c10f17b4ef
13 changed files with 356 additions and 39 deletions
+2 -1
View File
@@ -248,7 +248,8 @@ export interface AutomationGuard {
}
export interface GdiCaptureResult {
dataUrl: string;
dataUrl?: string;
imageBase64?: string;
width: number;
height: number;
originX: number;