qrcode-angular
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "qrcode-angular", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"author": "originRing", | ||
"keywords": [ | ||
"qrcode", | ||
"qrocde.anuglar", | ||
"ng-qrcode" | ||
"qr-code", | ||
"qr code", | ||
"ng-qrcode", | ||
"ngx-qrcode", | ||
"angular", | ||
"qrcode-angular", | ||
"qrocde anuglar", | ||
"anuglar qrocde", | ||
"anuglar-qrocde" | ||
], | ||
"license": "MIT", | ||
"description": "A Angular component to generate QR codes for rendering to the DOM.", | ||
"description": "A angular component to generate QR codes for rendering to the DOM.", | ||
"repository": { | ||
@@ -13,0 +20,0 @@ "type": "git", |
# qrcode-angular | ||
A Angular component to generate QR codes for rendering to the DOM. | ||
A angular component to generate QR codes for rendering to the DOM. | ||
@@ -29,2 +29,18 @@ ## Introduction | ||
- basic | ||
<img src="https://github.com/OriginRing/qrcode.angular/blob/master/src/assets/image/originring.png" alt="basic" width="100" height="100"> | ||
- icon | ||
<img src="https://github.com/OriginRing/qrcode.angular/blob/master/src/assets/image/originring-logo.png" alt="basic" width="100" height="100"> | ||
- color | ||
<img src="https://github.com/OriginRing/qrcode.angular/blob/master/src/assets/image/originring-color.png" alt="basic" width="100" height="100"> | ||
- errorLevel(H) | ||
<img src="https://github.com/OriginRing/qrcode.angular/blob/master/src/assets/image/originring-level.png" alt="basic" width="100" height="100"> | ||
## API | ||
@@ -44,2 +60,12 @@ | ||
qrcode-angular bundles the [qrcodegen](https://github.com/nayuki/QR-Code-generator/blob/942f4319a6ba913dbc6775d8e665ccf18f401d83/typescript-javascript/qrcodegen.ts), which is available under the [MIT license](https://github.com/nayuki/QR-Code-generator/blob/942f4319a6ba913dbc6775d8e665ccf18f401d83/typescript-javascript/qrcodegen.ts). | ||
### Invalid QR Code | ||
`value` has a conservative upper limit of 738 or fewer strings. If error correction levels are used, the `value` upper limit will be lowered. | ||
### QR Code error correction level | ||
The ErrorLevel means that the QR code can be scanned normally after being blocked, and the maximum area that can be blocked is the error correction rate. | ||
Generally, the QR code is divided into 4 error correction levels: Level `L` can correct about `7%` errors, Level `M` can correct about `15%` errors, Level `Q` can correct about `25%` errors, and Level `H` can correct about `30%` errors. | ||
> qrcode-angular bundles the [qrcodegen](https://github.com/nayuki/QR-Code-generator/blob/942f4319a6ba913dbc6775d8e665ccf18f401d83/typescript-javascript/qrcodegen.ts), which is available under the [MIT license](https://github.com/nayuki/QR-Code-generator/blob/942f4319a6ba913dbc6775d8e665ccf18f401d83/typescript-javascript/qrcodegen.ts). |
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
480845
70