二维码工具调研

二维码工具

关于 electron

设置隐藏 title 后拖拽-webkit-app-region: drag

蛋疼的获取 screen 问题:https://stackoverflow.com/questions/37884130/electron-remote-is-undefined
https://medium.com/@nornagon/electrons-remote-module-considered-harmful-70d69500f31

关于通信:
https://www.electronjs.org/docs/api/ipc-main#ipcmainevent-object

关于 视频流:https://github.com/electron/electron/issues/27139

资料整理

生成二维码的:https://github.com/soldair/node-qrcode

截屏:https://segmentfault.com/a/1190000011511358
截屏 2:https://www.jianshu.com/p/276a29b28c0d

一个在线扫描二维码的库:https://webqr.com/about.html
基于上一个接口开发的:https://github.com/PaulKinlan/qrcode
一个读取图片二维码的,作者不维护了:https://github.com/edi9999/jsqrcode
但他推荐了这个:https://github.com/cozmo/jsQR

完美的截图工具:https://zhuanlan.zhihu.com/p/121075555

react 颜色选择器:https://github.com/casesandberg/react-color