胡少磊
胡少磊
any updates or plan?
It seems v25 to fix the issue. https://github.com/electron/electron/blob/main/docs/breaking-changes.md Deprecated: protocol.{register,intercept}{Buffer,String,Stream,File,Http}Protocol The protocol.register*Protocol and protocol.intercept*Protocol methods have been replaced with [protocol.handle](https://github.com/electron/electron/blob/main/docs/api/protocol.md#protocolhandlescheme-handler). The new method can either register a new protocol or...
很棒!另外问一下为什么没有实现触摸时触发显示十字线的功能?项目时间问题还是有些坑点?
You can try to call flashFrame two times. @torycl
node-screenshots解决的纯截图的性能,图片的展示包括编辑功能还是需要通过H5实现另外实现吗?
请问支持多屏吗?多个屏幕直接输出一张图片
@Harish-M-2003 Any typescript error, eg. app.whenReady2().then(()=>{}) app doesn't have method wenReady2