Add L-BTC sponsor support.

This commit is contained in:
softsimon
2020-10-27 15:26:37 +07:00
parent edf2d4205d
commit e61574c630
8 changed files with 41 additions and 5 deletions

View File

@@ -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;