rubick-base
rubick-base copied to clipboard
辛苦大佬跟进下。演示案例没有正常的运行起来。
async screenCapture() { return await this.tryBackend(async () => { const imgBase64 = await this.worker.captureToBase64(); return image.newImageFromBase64(imgBase64); }, this.imageError);/* */ }
调用提示次函数 this.tryBackend不是一个函数。 是和其他库有关系,需要安装吗? 辛苦大佬跟进下。[email protected]