rubick-base icon indicating copy to clipboard operation
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 提供截图、取色、键鼠事件监听模拟、压缩解压、图像处理、...

Results 5 rubick-base issues
Sort by recently updated
recently updated
newest added

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

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...

help wanted