feat(Barcode Generator): use bwip-js to add more barcode types

Including Datamatrix, fix #1343
This commit is contained in:
ShareVB 2025-01-26 19:34:51 +01:00
parent 15f6c91d95
commit c640b40710
6 changed files with 445 additions and 89 deletions

View file

@ -50,6 +50,7 @@
"@vueuse/router": "^10.0.0",
"@zxing/library": "^0.21.0",
"bcryptjs": "^2.4.3",
"bwip-js": "^4.5.1",
"change-case": "^4.1.2",
"colord": "^2.9.3",
"composerize-ts": "^0.6.2",