mirror of
https://github.com/status-im/qzxing.git
synced 2025-02-21 15:18:14 +00:00
Created overloaded function for encodeData to use the QZXingEncoderConfig. The old implementation of encodeData now translates its arguments into a QZXingEncoderConfig and calls the overloaded function. Updated regex in QZXingImageProvider to be aware of the new configuration of border. Updated BarcodeEncoder example UI to allow the control of the border option.