An open API service indexing awesome lists of open source software.

https://github.com/hunlongyu/qrcode-helper

Generation and decoding of QR codes
https://github.com/hunlongyu/qrcode-helper

Last synced: 4 months ago
JSON representation

Generation and decoding of QR codes

Awesome Lists containing this project

README

          

## UI
https://vuetifyjs.com/en/components/buttons/

## Icon
https://pictogrammers.com/library/mdi/

## Vue Use
https://vueuse.org/shared/createGlobalState/

### 全局
1. 全局快捷键截图识别屏幕二维码 http://xsnip.cn/
2. 全局快捷键唤醒软件
3. 唤醒软件后识别剪贴板,如果是文字提示转化成二维码,如果是图片提示解析内容
4. 识别屏幕二维码: https://lib.rs/crates/screenshots

### 生成
1. 批量生成
2. txt 文件,每一行生成一个二维码,文件保存在同 txt 文件名一致的同级目录下
3. excel 文件,第一列,每一行生成二维码,

### 解析
1. 解析拖拽图片
2. 解析 svg 格式的图片
3. 解析指定目录下所有二维码图片,包含子目录

### 设置
1. 选择一个数据存储库(js、rust、indexedDB)
2. 主题(黑、白、系统)
3. 二维码保存路径
4. 二维码尺寸、方块颜色、背景色
5. 快捷键自定义

## 开发

### 获取更多错误信息
```shell
set RUST_BACKTRACE=1
tauri dev
```

###