Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

readerSize with nested object not working #22

Open
jung-hunsoo opened this issue Jun 28, 2019 · 0 comments
Open

readerSize with nested object not working #22

jung-hunsoo opened this issue Jun 28, 2019 · 0 comments

Comments

@jung-hunsoo
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant