favicon
This commit is contained in:
@ -32,14 +32,13 @@ export default async function CreateQr({qr_id}:{qr_id: string | undefined})
|
||||
width: 200,
|
||||
height: 200,
|
||||
type: 'canvas',
|
||||
image:
|
||||
"",
|
||||
data: WWW_ROOT + qr_id,
|
||||
dotsOptions:
|
||||
{
|
||||
color: "#000",
|
||||
type: "square"
|
||||
},
|
||||
image: WWW_ROOT + "uploads/glider.png",
|
||||
data: WWW_ROOT + qr_id,
|
||||
dotsOptions:
|
||||
{
|
||||
color: "#000",
|
||||
type: "square"
|
||||
},
|
||||
imageOptions:
|
||||
{
|
||||
crossOrigin: "anonymous",
|
||||
|
||||
Reference in New Issue
Block a user