Versions in this module Expand all Collapse all v3 v3.2.0 Nov 6, 2023 Changes in this version + const SIXEL_BEGIN + const SIXEL_BLOCK_SIZE + const SIXEL_END + func IsSixelSupported(w io.Writer) bool type Config + WithSixel bool v3.1.1 May 26, 2023 v3.1.0 May 26, 2023 v3.1.0-alpha5 May 26, 2023 v3.1.0-alpha4 May 26, 2023 v3.1.0-alpha3 May 26, 2023 v3.1.0-alpha2 May 26, 2023 v3.1.0-alpha1 May 26, 2023 v3.0.0 Aug 22, 2019 Changes in this version + const BLACK + const BLACK_BLACK + const BLACK_WHITE + const H + const L + const M + const QUIET_ZONE + const WHITE + const WHITE_BLACK + const WHITE_WHITE + func Generate(text string, l qr.Level, w io.Writer) + func GenerateHalfBlock(text string, l qr.Level, w io.Writer) + func GenerateWithConfig(text string, config Config) + type Config struct + BlackChar string + BlackWhiteChar string + HalfBlocks bool + Level qr.Level + QuietZone int + WhiteBlackChar string + WhiteChar string + Writer io.Writer Other modules containing this package github.com/mdp/qrterminal