-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathoptions.json
57 lines (57 loc) · 1.48 KB
/
options.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"width": 300,
"height": 300,
"data": "https://qr-code-styling.com",
"margin": 10,
"qrOptions": {
"typeNumber": "0",
"mode": "Byte",
"errorCorrectionLevel": "Q"
},
"imageOptions": { "hideBackgroundDots": true, "imageSize": 0.4, "margin": 0 },
"dotsOptions": { "type": "extra-rounded", "color": "#6a1a4c" },
"backgroundOptions": { "color": "#ffffff" },
"image": "10cc19bd484118dbcd0a7886a38ceddc.png",
"dotsOptionsHelper": {
"colorType": { "single": true, "gradient": false },
"gradient": {
"linear": true,
"radial": false,
"color1": "#6a1a4c",
"color2": "#6a1a4c",
"rotation": "0"
}
},
"cornersSquareOptions": { "type": "extra-rounded", "color": "#000000" },
"cornersSquareOptionsHelper": {
"colorType": { "single": true, "gradient": false },
"gradient": {
"linear": true,
"radial": false,
"color1": "#000000",
"color2": "#000000",
"rotation": "0"
}
},
"cornersDotOptions": { "type": "", "color": "#000000" },
"cornersDotOptionsHelper": {
"colorType": { "single": true, "gradient": false },
"gradient": {
"linear": true,
"radial": false,
"color1": "#000000",
"color2": "#000000",
"rotation": "0"
}
},
"backgroundOptionsHelper": {
"colorType": { "single": true, "gradient": false },
"gradient": {
"linear": true,
"radial": false,
"color1": "#ffffff",
"color2": "#ffffff",
"rotation": "0"
}
}
}