devtical / nova-qrcode-field

A Laravel Nova field to generate QR Code
https://packagist.org/packages/devtical/nova-qrcode-field
MIT License
41 stars 14 forks source link

[feature] Possibility to add padding around the image #19

Closed mark-nicepants closed 1 year ago

mark-nicepants commented 1 year ago

I had a lot of trouble scanning QR-codes when looking at Nova in dark mode. It appears that the contrast between the QR corners and the dark blue nova background is prohibiting certain scanners. To avoid this it would be nice to have a padding parameter that gives the rendered image a bit of white padding.

Kristories commented 1 year ago

Released v2.0.1. Thanks @mark-nicepants