swift-qrcode-generator
swift-qrcode-generator copied to clipboard
QR code generator written in pure Swift
Results
2
swift-qrcode-generator issues
Sort by
recently updated
recently updated
newest added
This PR adds support for the "FNC1 in first position" mode (`0x5`) to `QRSegment`, in accordance with the QR Code specification. This mode is commonly used for GS1-compliant barcodes. ###...
SVG generated lacks space before the word width; both Chromium and Firefox fail to display when loading the SVG via `img` tag. ``` ... ``` Adding a space (and quotes...