Releases: larscom/ng-qrcode-svg
Releases · larscom/ng-qrcode-svg
3.0.0
2.0.1
Full Changelog: 2.0.0...2.0.1
v1.0.4
v1.0.3
v1.0.1
Patched README.md so it is properly displayed on https://npmjs.com
v1.0.0
First stable release
Supporting the following API
| Name | Description | Default |
|---|---|---|
@Input() value: string |
The value to encode (turns into QR code) | undefined |
@Input() ecc: 'low' | 'medium' | 'quartile' | 'high' |
Error correction level | medium |
@Input() borderSize: number |
The padding between the edge and the QR code (quiet zone) | 2 |
@Input() size: string | number |
The size of the QR code SVG (px,em,rem) | 250 |
@Input() backgroundColor: string |
The 'path' color (background) | #FFFFFF |
@Input() foregroundColor: string |
The 'rect' color (foreground) | #000000 |
@Input() alt: string | undefined |
HTML alt attribute | undefined |
@Input() ariaLabel: string | undefined |
HTML aria-label attribute | undefined |