predstavitev/slides/reveal.json

33 lines
741 B
JSON
Raw Permalink Normal View History

2023-09-14 13:31:42 +02:00
{
"transition": "slide",
"controls": true,
"progress": true,
"slideNumber": true,
"center": true,
"keyboard": {
"81": "toggleOverview"
},
"chalkboard": {
"boardmarkerWidth": 10,
"chalkWidth": 10,
"readOnly": false,
"src": "test.json",
"toggleChalkboardButton": {
"left": "30px",
"bottom": "30px",
"top": "auto",
"right": "auto"
},
"toggleNotesButton": {
"left": "30px",
"bottom": "30px",
"top": "auto",
"right": "auto"
},
"eraser": {
"radius": 50,
"src": "plugins/chalkboard/img/sponge.png"
}
}
}