This repository was archived by the owner on Apr 5, 2022. It is now read-only.
This repository was archived by the owner on Apr 5, 2022. It is now read-only.
readerSize with nested object not working #22
Open
Description
Problem
When I passed the nested object to readerSize
, Vue logs the validation warning and default size is applied.
(This does not work)
...
readerSize: {
width: { min: 800, ideal: 1600 },
height: { min: 600, ideal: 1600 }
},
...
While readerSize: { width: 800, height: 600 }
is working, it'd be great if we can use the Quagga's configuration format.
Per my experience, higher resolution results in less error and dark environment.
Metadata
Metadata
Assignees
Labels
No labels