You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed fixed height of viewfinder, now the height is based on the video stream. The width is honored if the input element has a default width. Otherwise default width is applied.
If config.qrbox is greater than derived height, the config is ignored & no shading is applied.
The sequence of steps have changed
First we get the video feed from the selected camera
Then we render video
Then based on the height of the video we set the canvas and start scanning.
For file scanning, if the container element has some height or width both are honored.
Otherwise default width is applied and height is derived from the image.
Older versions
Mostly covered in readme, changelog tracking started since version 1.0.7
Added support for QR scan region with rest of the region shaded. A developer can choose to set the region of the viewfinder which should be scanned, making it easier to scan.
This is an optional configuration, developer can choose to not use this.