Add L-BTC sponsor support.
This commit is contained in:
@@ -9,6 +9,7 @@ import * as QRCode from 'qrcode/build/qrcode.js';
|
||||
export class QrcodeComponent implements AfterViewInit {
|
||||
@Input() data: string;
|
||||
@Input() size = 125;
|
||||
@Input() imageUrl: string;
|
||||
@ViewChild('canvas') canvas: ElementRef;
|
||||
|
||||
qrcodeObject: any;
|
||||
|
||||
Reference in New Issue
Block a user