Skip to content

Commit 66c9034

Browse files
kleinesfilmroellchenADKaster
authored andcommitted
Base: Add an example presentation
This contains CatDog and uses most of the currently supported features.
1 parent de44d6c commit 66c9034

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"version": 1,
3+
"metadata": {
4+
"author": "CatDog",
5+
"title": "Example presentation",
6+
"last-modified": "2022-10-21T14:50:00",
7+
"width": 320,
8+
"aspect": "16:9"
9+
},
10+
"templates": {},
11+
"slides": [
12+
{
13+
"title": "Introduction",
14+
"objects": [
15+
{
16+
"type": "text",
17+
18+
"text": "Welcome to Presenter!",
19+
20+
"rect": [20, 20, 280, 30],
21+
"color": "#000000",
22+
"font": "Liberation Serif",
23+
"font-size": 18,
24+
"font-weight": "Bold",
25+
"text-alignment": "Center"
26+
},
27+
{
28+
"type": "text",
29+
30+
"text": "This program is very cool. It supports:\n - Scaling properly to the window\n - Text\n - Switching between slides\n - that's all for now lol",
31+
32+
"rect": [20, 60, 280, 140],
33+
"color": "#2f0000",
34+
"font": "Liberation Serif",
35+
"font-size": 8,
36+
"font-weight": "Regular",
37+
"text-alignment": "TopLeft"
38+
}
39+
]
40+
},
41+
{
42+
"title": "The Second Slide",
43+
"objects": [
44+
{
45+
"type": "text",
46+
"text": "CatDog likes this program!",
47+
48+
"rect": [20, 10, 280, 40],
49+
"color": "#2f0000",
50+
"font": "Liberation Serif",
51+
"font-size": 7,
52+
"font-weight": "Regular",
53+
"text-alignment": "Center"
54+
},
55+
{
56+
"type": "image",
57+
58+
"rect": [50, 50, 200, 100],
59+
"path": "/res/icons/catdog/alert.png",
60+
"scaling": "fit-smallest",
61+
"scaling-mode": "nearest-neighbor"
62+
}
63+
]
64+
}
65+
]
66+
}

0 commit comments

Comments
 (0)