the core of loading slides from lisp is done
Slides themselves are capable of loading from lisp. The goal next will be to create a way to load songs from lisp.
This commit is contained in:
parent
b49aa55ec3
commit
356384821b
4 changed files with 191 additions and 239 deletions
|
@ -1,6 +1,6 @@
|
|||
(slide :background (image :source "~/pics/frodo.jpg" :fit crop)
|
||||
(text "This is frodo" :font-size 50))
|
||||
(slide (video :source "~/vids/test/chosensmol.mp4" :fit fill))
|
||||
(slide :background (image :source "~/pics/frodo.jpg" :fit fill)
|
||||
(text "This is frodo" :font-size 70))
|
||||
(slide (video :source "~/vids/test/camprules2024.mp4" :fit contain))
|
||||
(song :author "Jordan Feliz" :ccli 97987
|
||||
:font "Quicksand" :font-size 80
|
||||
:title "The River"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue