rubick-base
rubick-base copied to clipboard
desktop automation, screen capture, input listen/simulation, asar compress, color picker for nodejs and electron based on rust. 基于 Rust / WASM 提供截图、取色、键鼠事件监听模拟、压缩解压、图像处理、...
Mac M1芯片的不支持吗? ``` npm install --save rubickbase 安装提示: npm ERR! code EBADPLATFORM npm ERR! notsup Unsupported platform for [email protected]: wanted {"os":"linux,win32,darwin","arch":"x64"} (current: {"os":"darwin","arch":"arm64"}) npm ERR! notsup Valid OS: linux,win32,darwin npm...
async screenCapture() { return await this.tryBackend(async () => { const imgBase64 = await this.worker.captureToBase64(); return image.newImageFromBase64(imgBase64); }, this.imageError);/* */ } 调用提示次函数 this.tryBackend不是一个函数。 是和其他库有关系,需要安装吗? 辛苦大佬跟进下。[email protected]
Error: listen EACCES: permission denied 0.0.0.0:50068
[ HELP WANTED ! ] Get installed app detail info API on windows/macos 我需要你的帮助来完成 getInstalledApps 的功能
Since I work on linux, it is very difficult for me to write this API for macos and windows. Contributors are very welcome to complete this feature ! You need...