- New async decode API.
- New continuous decode API.
- Updated examples.
- Updated some method names to be more semantic.
- Fix error messages.
- Removed not needed reset.
- Bump previous version.
- Extended the existing video scanning example with a decoding style selection option by @0ndorio.
- Configurable timeout between continuously decoding attempt by @0ndorio.
- add an example for continuous qr camera scanning by @0ndorio.
- fix a typo in the name of
isVideoPlaying
by @0ndorio. - fix a typo in one of the log messages in
tryPlayVideo
by @0ndorio. - sanitize the error callback handling in
decodeContinuously
by @0ndorio. - Fixes a logical error inside
tryPlayVideo
which prevented any attempts to start a non running video by @0ndorio. - Fix Node v12 and sharp dependency issue by @0ndorio.