added readme
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
firefox-webapi-with-crates.pdf
|
||||
firefox-webapi-with-crates.pptx
|
||||
.obsidian
|
||||
node_modules
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
# requires secondary firefox binary
|
||||
|
||||
install:
|
||||
npm install --save-dev @marp-team/marp-cli
|
||||
|
||||
all: pdf pptx
|
||||
|
||||
pptx:
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
------
|
||||
## Firefox Web APIs with Crates (over FFI)
|
||||
|
||||
A lightning talk for RustConf 2026.
|
||||
|
||||
### Slideshow
|
||||
Uses marp to build a slideshow pdf and pptx.
|
||||
Marp depends on node.
|
||||
See makefile for installation and building.
|
||||
Generated
+1789
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"devDependencies": {
|
||||
"@marp-team/marp-cli": "^4.5.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user