feat(tool): added qr-code generator

This commit is contained in:
Corentin Thomasset 2021-05-17 23:11:47 +02:00
parent 27f3826d5f
commit c16e537abf
No known key found for this signature in database
GPG key ID: DBD997E935996158
6 changed files with 208 additions and 0 deletions

5
package-lock.json generated
View file

@ -14222,6 +14222,11 @@
"resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
"integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc="
},
"qrcode.vue": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/qrcode.vue/-/qrcode.vue-1.7.0.tgz",
"integrity": "sha512-R7t6Y3fDDtcU7L4rtqwGUDP9xD64gJhIwpfjhRCTKmBoYF6SS49PIJHRJ048cse6OI7iwTwgyy2C46N9Ygoc6g=="
},
"qs": {
"version": "6.10.1",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.10.1.tgz",