anditsung / laravel-nova-qr-code-reader

a laravel nova field to decode qr code and display it
9 stars 1 forks source link

removed strict width for small screens #5

Closed y-martini closed 3 years ago

y-martini commented 3 years ago

this PR introduces breaking change(signature of \Tsungsoft\QrCodeReader\QrCodeReader::displayWidth)

anditsung commented 3 years ago

hi. by removing the px if the user enter 480 will it work?

y-martini commented 3 years ago

In this way, user can enter whatever it want: px, % and so on... Take a look at this, the width rule isn't limited to pixels