1.1.6 • Published 11 months ago

desktop-automation v1.1.6

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

说明

桌面图形识别 + 自动化操作

使用方式

1. 安装

npm install desktop-automation --save

2. 使用

import { decodeImageFromFilePath, findFromScreen, moveMouse, mouseClick } from 'desktop-automation';

findFromScreen(decodeImageFromFilePath("./qq.png"), 0.95).then(position => {
	if (!position) return;
	moveMouse(position[0], position[1]);
	mouseClick();
});
1.1.6

11 months ago

1.1.5

11 months ago

1.1.2

11 months ago

1.1.0

11 months ago

1.0.2

11 months ago

1.0.0

11 months ago