feat(baoyu-markdown-to-html): render Mermaid code blocks to PNG via headless Chrome

This commit is contained in:
Jim Liu 宝玉
2026-05-24 21:27:43 -05:00
parent 8d2fd7aae0
commit cda76e20fd
3 changed files with 148 additions and 10 deletions
@@ -3,6 +3,7 @@
"private": true,
"type": "module",
"dependencies": {
"baoyu-chrome-cdp": "^0.1.0",
"baoyu-md": "^0.1.0"
}
}