vue3-barcode-qrcode-reader
Advanced tools
Comparing version 1.0.5 to 1.0.6
import StreamQrcodeBarcodeReader from "./StreamBarcodeReader.vue"; | ||
import IconCameraVue from "./IconCamera.vue"; | ||
import { Result } from "@zxing/library"; | ||
export { StreamQrcodeBarcodeReader, IconCameraVue, Result }; | ||
export type Capture = 'shoot' | 'stream'; | ||
export { StreamQrcodeBarcodeReader, IconCameraVue, Result, }; |
{ | ||
"name": "vue3-barcode-qrcode-reader", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Vue 3 barcodes and QR codes scanner", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
1041283
22199