-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLivelyProperties.json
56 lines (56 loc) · 1.94 KB
/
LivelyProperties.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
{
"label": {
"help":"In this section you can customize the two background images, the formats supported are .jpg .png for static photos, and .webm for animated videos",
"type": "label",
"value": "Images Customization"
},
"imgTopSelect": {
"help":"Insert all the images you like, remember that by updating this image you will change the photo that is inside the circle NOW",
"type": "folderDropdown",
"value": "powder.jpg",
"text": "Inside Circle Image",
"filter": "*.jpg|*.png|*.webm",
"folder": "media"
},
"imgBottomSelect": {
"help":"Insert all the images you like, remember that updating this image will change the photo outside the circle NOW",
"type": "folderDropdown",
"value": "ekko.jpg",
"text": "Outside Circle image",
"filter": "*.jpg|*.png|*.webm",
"folder": "media"
},
"label1": {
"help":"In this section you can customize various parameters of the circle, the images will not be affected",
"type": "label",
"value": "Circle Customization"
},
"circleRadius": {
"help":"This parameter changes the size of the circle in pixels.",
"max": 250,
"min": 50,
"text": "Circle Diameter",
"type": "slider",
"value": 150
},
"ghostMode": {
"help":"This checkbox allows you to make the image inside the circle semi-transparent, making the subject inside the circle appear as a ghost.",
"type": "checkbox",
"value": true,
"text": "Ghost Mode (semi-transparent)"
},
"circleColor": {
"help":"If you want the inside of the circle to have a color, this is the parameter you need.",
"text": "Circle Color",
"type": "color",
"value": "#ffffff"
},
"circleColorOpacity": {
"help":"This parameter allows you to increase or decrease the intensity of the color assigned above.",
"text": "Circle Color Opacity",
"type": "slider",
"max": 50,
"min": 0,
"value": 10
}
}