html2canvas icon indicating copy to clipboard operation
html2canvas copied to clipboard

Take a picture with white space

Open linhkiubo98 opened this issue 2 years ago • 0 comments

I used the library to capture a div and the canvas received a space, it looked terrible. Please help me. This is my code: html2canvas(this.button.nativeElement, { useCORS: true, }).then(canvas => { console.log(canvas) });

linhkiubo98 avatar May 13 '22 09:05 linhkiubo98