Documentation ¶
Overview ¶
Package qr provides utilities for generate, render and working with QR-Codes
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrQRFileNotFound = errors.New("QR-Code file not found") ErrQRNotGenerated = errors.New("QR-Code not generated") )
Functions ¶
This section is empty.
Types ¶
type QRCode ¶
type QRCode struct { QR *qrcode.QRCode From string // contains filtered or unexported fields }
QRCode represents a QR-Code.
type RenderOpts ¶
type RenderOpts struct {
// contains filtered or unexported fields
}
RenderOpts contains options for rendering, including image, font, and position calculation function.
Click to show internal directories.
Click to hide internal directories.