@akamfoad/qrcode
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -36,3 +36,3 @@ declare const ERROR_CORRECTION_LEVEL_LOW = "L"; | ||
y: number | string; | ||
border: number | null; | ||
border?: number; | ||
}; | ||
@@ -39,0 +39,0 @@ type OptionsType$3 = OptionsType$4 & { |
{ | ||
"name": "@akamfoad/qrcode", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "The library is generating QR codes as SVG, HTML5 Canvas, PNG and JPG files, or text.", |
@@ -14,3 +14,3 @@ import QRCodeRaw from './QRCodeRaw'; | ||
y: number | string; // 20 | 20% | center | top 20% | bottom 20%, | ||
border: number | null; | ||
border?: number; | ||
}; | ||
@@ -17,0 +17,0 @@ |
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
212563