vue-qrcode
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -6,3 +6,3 @@ import type { QRCodeErrorCorrectionLevel, QRCodeMaskPattern, QRCodeSegment, QRCodeToDataURLOptions, QRCodeToDataURLOptionsJpegWebp, QRCodeToSJISFunc } from 'qrcode'; | ||
export declare const MODES: readonly ["alphanumeric", "numeric", "kanji", "byte"]; | ||
export { QRCodeSegment } from 'qrcode'; | ||
export type { QRCodeSegment } from 'qrcode'; | ||
export type QRCodeValue = QRCodeSegment[] | string; | ||
@@ -9,0 +9,0 @@ export declare const TYPES: readonly ["image/png", "image/jpeg", "image/webp"]; |
{ | ||
"name": "vue-qrcode", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "🤳 A Vue component for QR code generation with `qrcode`", |
Sorry, the diff of this file is not supported yet
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
22891
408