Added basic support for label barcodes (C39 and QR).

This commit is contained in:
Jan Böhmer 2020-04-24 22:10:49 +02:00
parent a7cfe7b42f
commit 6bd3ad6138
12 changed files with 620 additions and 46 deletions

View file

@ -857,6 +857,12 @@
"symplify/smart-file-system": {
"version": "v7.1.3"
},
"tecnickcom/tc-lib-barcode": {
"version": "1.15.20"
},
"tecnickcom/tc-lib-color": {
"version": "1.12.15"
},
"thecodingmachine/safe": {
"version": "v0.1.16"
},