|
|
|
|
@ -5,6 +5,12 @@ |
|
|
|
|
"layouts": "assets/layouts.json" |
|
|
|
|
} |
|
|
|
|
=== |
|
|
|
|
# Bezos Loves Slides |
|
|
|
|
* My PowerPoint Killer |
|
|
|
|
* Markdown Format |
|
|
|
|
* Images, Shaders, soon Video? |
|
|
|
|
* Hot Reload |
|
|
|
|
--- |
|
|
|
|
# Bezos Slide Format |
|
|
|
|
* Just markdown |
|
|
|
|
separated by --- |
|
|
|
|
@ -42,7 +48,7 @@ Bare content like this |
|
|
|
|
--- |
|
|
|
|
{ |
|
|
|
|
"shader": "flame", |
|
|
|
|
"bg_color": [100, 20, 10, 255] |
|
|
|
|
"bg_color": [100, 30, 40, 255] |
|
|
|
|
} |
|
|
|
|
# Shaders |
|
|
|
|
* Use "shader": "flame" |
|
|
|
|
@ -55,10 +61,10 @@ Bare content like this |
|
|
|
|
"font_padding": 20 |
|
|
|
|
} |
|
|
|
|
# Font Config |
|
|
|
|
* Only on slides for now |
|
|
|
|
* "font_color": [r,g,b,a] |
|
|
|
|
* "font_size": int |
|
|
|
|
* "font_padding": int |
|
|
|
|
* X = "title_" or "font_" |
|
|
|
|
* "X_color": [r,g,b,a] |
|
|
|
|
* "X_size": int |
|
|
|
|
* "X_padding": int |
|
|
|
|
--- |
|
|
|
|
{ |
|
|
|
|
"font_size": 120, |
|
|
|
|
|