package
Version:
v2.4.0
Opens a new window with list of versions in this module.
Published: Mar 15, 2026
License: MIT
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
ErrCannotEncodePNG = errors.New("cannot encode png")
ErrCannotScaleBarcode = errors.New("cannot scale barcode")
ErrCannotEncodeQRcode = errors.New("cannot encode qr code")
ErrCannotEncodeDataMatrix = errors.New("cannot encode data matrix")
)
New create a Code (Singleton).
GenBar is responsible to generate a barcode byte array.
GenDataMatrix is responsible to generate a data matrix byte array.
GenQr is responsible to generate a qr code byte array.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.