decode/decode_data library

Classes

Chunk
A chunk of data inside a QR code
QrContent
The content of a QR code, that may consist of binary or text content, divided up into one or more chunks.

Enums

ChunkMode
The type of Chunk

Functions

decodeNumeric(_BitStream stream, int size) → _ChunkContent
readData(Uint8ClampedList data, int version) QrContent?
Reads the content of QR code encoded data, according to its version.