react-zxing
Advanced tools
Changelog
[2.0.0] - 2023-08-17
@zxing/library
dependency to 0.20.0
.onResult
and onError
to onDecodeResult
and onDecodeError
respectively.onDecodeError
error type to use the Exception
class from @zxing/library
.onError
to handle errors that occur during initialization.Changelog
[1.1.4] - 2023-03-20
package.json
to prevent installation on unsupported Node.js versions.Changelog
[1.1.3] - 2023-02-13
MediaStreamTrack.getCapabilities
not being available in Firefox.Changelog
[1.1.0] - 2023-01-03
torch
functionality. You can now control the torch by accessing the torch
property of the useZxing
return value.startDecoding
and stopDecoding
options. You can now control the decoding process by using the paused
option.