Documentation ¶
Index ¶
Constants ¶
View Source
const BLACK = "\033[40m \033[0m"
View Source
const BLACK_BLACK = " "
View Source
const BLACK_WHITE = "▄"
Use ascii blocks to form the QR Code
View Source
const H = qr.H
Level - the QR Code's redundancy level
View Source
const L = qr.L
View Source
const M = qr.M
View Source
const QUIET_ZONE = 4
default is 4-pixel-wide white quiet zone
View Source
const WHITE = "\033[47m \033[0m"
View Source
const WHITE_BLACK = "▀"
View Source
const WHITE_WHITE = "█"
Variables ¶
This section is empty.
Functions ¶
func GenerateHalfBlock ¶
Generate a QR Code with half blocks and write it out to io.Writer
func GenerateWithConfig ¶
GenerateWithConfig expects a string to encode and a config
Types ¶
Click to show internal directories.
Click to hide internal directories.