Package io. github. g0dkar. qrcode. internals
Types
Link copied to clipboard
data class QRCodeSquare(dark: Boolean, row: Int, col: Int, moduleSize: Int, type: QRCodeSquareType)
Content copied to clipboard
Represents a single QRCode square unit. It has information about its "color" (either dark or bright), its position (row and column) and what it represents.
Link copied to clipboard
The types available for squares in a QRCode.