Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CharSets = map[string]struct { Full string Empty string }{ "blocks": {"██", " "}, "shaded": {"▓▓", "░░"}, "dots": {"●●", " "}, "ascii": {"##", " "}, "braille": {"⣿⣿", "⠀⠀"}, "compact": {"█", " "}, "inverse": {" ", "██"}, "minimal": {"▀", " "}, "half": {"▄▄", " "}, }
CharSets for QR code rendering
Functions ¶
func GenerateCompact ¶
GenerateCompact creates a compact QR using half-block characters
Types ¶
Click to show internal directories.
Click to hide internal directories.