Versions in this module Expand all Collapse all v0 v0.0.0 Jul 28, 2023 Changes in this version + func DrawQRCode(imgPath string, text string, size int, x int32, y int32) ([]byte, error) + func DrawQRCodeToImage(imgData []byte, text string, size int, x int32, y int32) ([]byte, error) + func GenerateQRCode(text string, size int) ([]byte, error) + func GenerateQRCodeFile(text string, size int, filePath string) error