rubick-base icon indicating copy to clipboard operation
rubick-base copied to clipboard

辛苦大佬跟进下。演示案例没有正常的运行起来。

Open isrun opened this issue 3 years ago • 0 comments

async screenCapture() { return await this.tryBackend(async () => { const imgBase64 = await this.worker.captureToBase64(); return image.newImageFromBase64(imgBase64); }, this.imageError);/* */ }

调用提示次函数 this.tryBackend不是一个函数。 是和其他库有关系,需要安装吗? 辛苦大佬跟进下。[email protected]

isrun avatar Nov 21 '22 09:11 isrun