Skip to content

Instantly share code, notes, and snippets.

View addozhang's full-sized avatar
🦊
I may be slow to respond.

Addo.Zhang addozhang

🦊
I may be slow to respond.
View GitHub Profile
@addozhang
addozhang / mermaid2img.py
Last active March 11, 2026 04:27
Mermaid 图表转图片工具 (PNG/SVG/PDF),基于 Python + Playwright
#!/usr/bin/env python3
"""
mermaid2img.py - Mermaid 图表转图片工具
功能:
- 支持输出格式: PNG / SVG / PDF
- 支持主题: default / dark / forest / neutral / base
- 支持高清缩放 (--scale 2.0)
- 支持背景色设置(含透明背景)
- 支持批量渲染目录下所有 .mmd 文件