node-autoit-koffi
Advanced tools
Comparing version
{ | ||
"name": "node-autoit-koffi", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "This Node.js module provides support for all AutoIt functions, allowing users to automate Windows GUI tasks seamlessly.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -24,3 +24,3 @@ # Node AutoIt Koffi | ||
// Your code here | ||
await mouseMove(0, 0); | ||
await autoit.mouseMove(0, 0); | ||
} | ||
@@ -27,0 +27,0 @@ |
1114752
0