qrcode

package
v0.3.37 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 2, 2022 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	EXT_JPG = ".jpg"
)

Variables

This section is empty.

Functions

func GetQrCodeFileName

func GetQrCodeFileName(value string) string

GetQrCodeFileName get qr file name

Types

type QrCode

type QrCode struct {
	URL    string
	Width  int
	Height int
	Ext    string
	Level  qr.ErrorCorrectionLevel
	Mode   qr.Encoding
}

func NewQrCode

func NewQrCode(url string, width, height int, level qr.ErrorCorrectionLevel, mode qr.Encoding) QrCode

NewQrCode initialize instance

func (*QrCode) Encode

func (q *QrCode) Encode(path string) (name string, err error)

Encode generate QR code

func (*QrCode) GetQrCodeExt

func (q *QrCode) GetQrCodeExt() string

GetQrCodeExt get qr file ext

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL