@aspiresys/visor 1.0.0 → 1.0.1

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/dist/index.d.ts CHANGED
@@ -845,9 +845,6 @@ export declare class Visor {
845
845
  * Recommended range:
846
846
  * 1000ms to 30000ms
847
847
  *
848
- * @returns Object containing matched image
849
- * and region.
850
- *
851
848
  * @throws Error if timeout occurs.
852
849
  *
853
850
  * @example
package/dist/index.js CHANGED
@@ -1049,9 +1049,6 @@ CONF:${m.confidence.toFixed(3)}
1049
1049
  * Recommended range:
1050
1050
  * 1000ms to 30000ms
1051
1051
  *
1052
- * @returns Object containing matched image
1053
- * and region.
1054
- *
1055
1052
  * @throws Error if timeout occurs.
1056
1053
  *
1057
1054
  * @example
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aspiresys/visor",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {
@@ -22,7 +22,6 @@
22
22
  "typescript": "^5.9.0"
23
23
  },
24
24
  "description": "Desktop visual automation framework using OpenCV, OCR, and desktop interaction APIs.",
25
-
26
25
  "keywords": [
27
26
  "automation",
28
27
  "desktop-automation",
@@ -32,9 +31,7 @@
32
31
  "testing",
33
32
  "computer-vision"
34
33
  ],
35
-
36
34
  "license": "MIT",
37
-
38
35
  "files": [
39
36
  "dist"
40
37
  ]
package/readme.md CHANGED
@@ -36,16 +36,7 @@ Visor is designed for automating desktop workflows using visual interactions ins
36
36
  ## Install from npm
37
37
 
38
38
  ```bash
39
- npm install visor
40
- ```
41
-
42
- ---
43
-
44
- ## Local Development
45
-
46
- ```bash
47
- npm install
48
- npm run build
39
+ npm install @aspiresys/visor
49
40
  ```
50
41
 
51
42
  ---
@@ -449,12 +440,6 @@ OCR speed depends on:
449
440
 
450
441
  ---
451
442
 
452
- ## Electron Applications
453
-
454
- Electron-based applications may require additional startup stabilization time.
455
-
456
- ---
457
-
458
443
  # Debug Logging
459
444
 
460
445
  Enable debug logs:
@@ -543,9 +528,6 @@ Possible causes:
543
528
 
544
529
  Planned features:
545
530
 
546
- - Linux support
547
- - Mac support
548
- - Region caching
549
531
  - Parallel image matching
550
532
  - Advanced OCR tuning
551
533
  - Electron recorder