mirror of
https://github.com/mempool/mempool.git
synced 2025-01-10 07:26:46 +01:00
5 lines
142 B
HTML
5 lines
142 B
HTML
<div class="holder" [ngStyle]="{'width': size, 'height': size}">
|
|
<img *ngIf="imageUrl" [src]="imageUrl">
|
|
<canvas #canvas></canvas>
|
|
</div>
|