Bacon / BaconQrCode

QR Code Generator for PHP
BSD 2-Clause "Simplified" License
1.82k stars 208 forks source link

feat: make utf-8 eci prefix configurable #130

Closed weiting-sflx closed 1 year ago

weiting-sflx commented 1 year ago

Motivation

Some barcode scanners won't be able to read QR code that is prepended with UTF-8 ECI block, so we want to make the prefix configurable in the library that we utilize in our project endroid/qr-code-bundle

Changes