Documentation
¶
Index ¶
- Constants
- func Decode(reader io.Reader, imageType string) (string, error)
- func DecodeFile(imgPath string) (string, error)
- func Encode(value string, width, height int) (image.Image, error)
- func EncodeToFile(value string, width, height int, qrcodeFile string) error
- func EncodeToWriter(value string, width, height int, writer io.Writer) error
- type Name
Constants ¶
View Source
const (
VERSION = 1.0
)
Variables ¶
This section is empty.
Functions ¶
func DecodeFile ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.