svg
This commit is contained in:
parent
fcb7efc236
commit
71eb7db988
|
@ -0,0 +1,9 @@
|
|||
endroid_qr_code:
|
||||
default:
|
||||
writer: Endroid\QrCode\Writer\PngWriter
|
||||
size: 300
|
||||
margin: 10
|
||||
encoding: 'UTF-8'
|
||||
errorCorrectionLevel: 'low'
|
||||
roundBlockSizeMode: 'margin'
|
||||
validateResult: false
|
|
@ -0,0 +1,3 @@
|
|||
endroid_qr_code:
|
||||
resource: "@EndroidQrCodeBundle/Resources/config/routes.yaml"
|
||||
prefix: /qr-code
|
Loading…
Reference in New Issue