# README
设置头像
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")
# Functions
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author