This commit is contained in:
louiscklaw
2025-01-31 20:08:39 +08:00
parent e0e7059395
commit 30153eead3
73 changed files with 11475 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "slides",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"ren_html": "marp slide-deck.md -o index.html",
"ren_pdf": "marp --allow-local-files --pdf-notes slide-deck.md -o index.pdf"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@marp-team/marp-cli": "^3.3.1"
}
}