Skip to content

Commit 307a7b1

Browse files
committed
fix: replace satori with direct SVG generation + Resvg.async() for Cloudflare Workers compatibility
1 parent 15c41d8 commit 307a7b1

File tree

3 files changed

+118
-350
lines changed

3 files changed

+118
-350
lines changed

package-lock.json

Lines changed: 1 addition & 198 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
},
2424
"dependencies": {
2525
"@cf-wasm/resvg": "^0.3.3",
26-
"marked": "^17.0.1",
27-
"satori": "^0.19.1"
26+
"marked": "^17.0.1"
2827
}
2928
}

0 commit comments

Comments
 (0)