Skip to content

Commit

Permalink
Merge pull request #109 from KuaiYu95/fe-generate_qrcode
Browse files Browse the repository at this point in the history
generate qrcode & decode qrcode
  • Loading branch information
phxa1 authored Jan 10, 2024
2 parents bb7a88a + a6eb3eb commit f5a5d22
Show file tree
Hide file tree
Showing 7 changed files with 1,058 additions and 25 deletions.
212 changes: 207 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@
"next-transpile-modules": "^10.0.1",
"node-forge": "^1.3.1",
"prettier": "^3.1.1",
"qrcode": "^1.5.3",
"qrcode-parser": "^2.1.3",
"qs": "^6.11.2",
"rc-table": "^7.36.0",
"react": "^18.2.0",
Expand Down Expand Up @@ -99,6 +101,7 @@
"@types/less": "^3.0.6",
"@types/node": "20.1.5",
"@types/node-forge": "^1.3.10",
"@types/qrcode": "^1.5.5",
"@types/qs": "^6.9.7",
"@types/react": "^18.2.42",
"@types/react-copy-to-clipboard": "^5.0.7",
Expand Down
Loading

0 comments on commit f5a5d22

Please sign in to comment.