1.1.6 • Published 2 years ago

desktop-automation v1.1.6

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years 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

2 years ago

1.1.5

2 years ago

1.1.2

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.0

2 years ago