This commit is contained in:
2026-08-24 16:26:38 -04:00
commit 1de4c18436
18 changed files with 175 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# requires secondary firefox binary
all: pdf pptx
pptx:
npx marp --pptx firefox-webapi-with-crates.md --browser firefox --browser-path ~/software/firefox-154-release/firefox --allow-local-files
pdf:
npx marp --pdf firefox-webapi-with-crates.md --browser firefox --browser-path ~/software/firefox-154-release/firefox --allow-local-files