html2canvas
html2canvas copied to clipboard
Take a picture with white space
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) });