模拟操作添加屏幕找图(Mac)

This commit is contained in:
fofolee
2025-01-03 00:01:57 +08:00
parent 02c1574b5b
commit ef4726049e
14 changed files with 780 additions and 25 deletions

View File

@@ -0,0 +1,7 @@
const { findImage } = require("./imageFinder");
const { captureScreen } = require("./screenCapture");
module.exports = {
findImage,
captureScreen,
};