abstract struct Goban::AbstractQR
- Goban::AbstractQR
- Struct
- Value
- Object
Direct Known Subclasses
Defined in:
goban/abstract.crgoban/abstract/mask.cr
goban/abstract/template.cr
goban/abstract/version.cr
Constructors
Instance Method Summary
- #canvas
- #ecl
- #initialize
-
#print_to_console
Prints the QR Code symbol as a text in the console.
- #segments
- #size
- #version
Constructor Detail
Instance Method Detail
def print_to_console
#
Prints the QR Code symbol as a text in the console. To generate the actual image file,
use PNGExporter
or write your own exporter by reading each modules in #canvas
.