vue3-barcode-qrcode-reader
Advanced tools
Comparing version 1.0.12 to 1.0.13
import StreamQrcodeBarcodeReader from "./StreamBarcodeReader.vue"; | ||
import IconCameraVue from "./IconCamera.vue"; | ||
import IconCamera from "./IconCamera.vue"; | ||
import { Result } from "@zxing/library"; | ||
export { StreamQrcodeBarcodeReader, IconCameraVue, Result, }; | ||
export { StreamQrcodeBarcodeReader, IconCamera, Result, }; |
{ | ||
"name": "vue3-barcode-qrcode-reader", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "Vue 3 barcodes and QR codes scanner", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1046995