-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Description
Why do we need this improvement?
It is a part of the specification of what QR codes can do and not yet supported by this library
QR Code has a mode (0x3) called Structured Append which allows encoding data into several QR codes, up to 16.
How could it be implemented/designed?
It could be implemented as one / a set of high level methods in QrCode which would split a text into the chunk size required by the desired version or version range and then generate a segment for the structured append part and a segment for the data part each.
🚧 Breaking changes
No
Metadata
Metadata
Assignees
Labels
No labels