@enfpdev/napi-rs-uni-ocr
v0.0.2
Published
A Node.js wrapper for the uniOCR Rust library
Downloads
5
Readme
napi-rs-uni-ocr: Node.js Wrapper for uni-ocr
A Node.js wrapper for the uniOCR Rust library
Features
- [ ]
Requirements
- Node.js 10 or later
- Rust toolchain
Installation
Use npm to install the library:
yarn add @enfpdev/napi-rs-uni-ocrUsage
import {
moveMouseRel,
moveMouseAbs,
mouseClick,
mouseDown,
mouseUp,
mouseScroll
} from "napi-rs-uni-ocr"
moveMouseRel(100, 100));
moveMouseAbs(100, 100));
mouseClick('rigtht'));
mouseDown('left'));
mouseUp('middle'));
mouseScroll(100, true));
Contribute
Coffee fuels coding ☕️
