ngx-qrcode
ngx-qrcode copied to clipboard
White Space around QR code
Hello,
First, thank you for this QR code generator :) Secondly, is there a reason (or a way to remove), the white space around the QR code. I attached an image, of what I am referring to as you can see there is white space all around the code in the QR code image. I can do negative margins with css to make it a little better, but it's not the best solution.
Thank you again
Did you ever figure out a way to remove the white space around the QR code?
<ngx-qrcode
elementType="url"
[value]="url"
[margin]="0"
errorCorrectionLevel="L">
</ngx-qrcode>