Skip to content

auula/qrcode-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

设置头像

    qr.SetAvatar(&qrcode.Avatar{
		Src:    "../static/1.jpg",
		Width:  60,
		Height: 60,
		Round:  10,
	})

设置背景图

qr.SetBackgroundImage(&qrcode.SetBackgroundImage{
		Src:    "../static/3.png",
		X:      70,
		Y:      55,
		Width:  270,
		Height: 270,
	})

设置前景图

qr.SetForegroundImage("../static/2.png")

image image image image image image image image image image