This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """ | |
| mermaid2img.py - Mermaid 图表转图片工具 | |
| 功能: | |
| - 支持输出格式: PNG / SVG / PDF | |
| - 支持主题: default / dark / forest / neutral / base | |
| - 支持高清缩放 (--scale 2.0) | |
| - 支持背景色设置(含透明背景) | |
| - 支持批量渲染目录下所有 .mmd 文件 |
OlderNewer