We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dec022 commit 75784d4Copy full SHA for 75784d4
1 file changed
demo/presentation.js
@@ -12,15 +12,15 @@ const presentation = {
12
"demo/look-at-video.svg",
13
"demo/2020-09-17.video.32.webp",
14
],
15
- hideHelpOnStart: true,
16
- rtl: false,
17
title: "Presentation Demo",
+ hideHelpOnStart: false,
18
colors: {
19
background: "white",
20
text: {
21
background: "azure",
22
foreground: "black",
23
- border: "lightBlue"
24
- }
25
+ border: "lightBlue",
+ },
+ rtl: false,
26
};
0 commit comments