Comparing version 0.0.3 to 0.0.4
@@ -47,2 +47,6 @@ /** | ||
invert?: boolean; | ||
/** | ||
* Callback function to receive the generated QR Code | ||
*/ | ||
onEncoded?: (qr: QrCodeGenerateResult) => void; | ||
} | ||
@@ -92,3 +96,3 @@ declare enum QrCodeDataType { | ||
* | ||
* @default 5 | ||
* @default 20 | ||
*/ | ||
@@ -95,0 +99,0 @@ pixelSize?: number; |
{ | ||
"name": "uqr", | ||
"type": "module", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"packageManager": "pnpm@8.6.11", | ||
@@ -6,0 +6,0 @@ "description": "Generate QR Code universally, in any runtime, to ANSI, Unicode or SVG.", |
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
62098
1572