-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Round image? #110
Comments
Images aren't round. You can use transparency in your PNG to make it look round. In that case you would not want to excavate. The default behavior of image embeds is to simply overlay on top of the rendered QR Code. This leaves partial modules visible, which might not be what you want (and may interfere with scanners' ability to read the QR Code). Having Lines 146 to 160 in 64ab1ce
|
it would be amazing to have this feature in this api |
Looking at the props for imageSettings, there is no way to give it border radius?
Does that mean I have to use a round png image?
also, what does excavate do exactly?
The text was updated successfully, but these errors were encountered: