https://github.com/5ime/shimo2png
石墨文档Markdown Base64图片转换为PNG图片
https://github.com/5ime/shimo2png
Last synced: about 1 year ago
JSON representation
石墨文档Markdown Base64图片转换为PNG图片
- Host: GitHub
- URL: https://github.com/5ime/shimo2png
- Owner: 5ime
- Created: 2022-03-15T10:03:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-12T01:22:10.000Z (almost 3 years ago)
- Last Synced: 2025-04-12T10:40:29.711Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shimo2png
由于之前做题记录一直写在石墨文档,导出后`markdown`文件后发现插入的图片被转为了`base64`格式,文件大小动辄`2,30M`
简单撸了个jio本将石墨文档导出的`.md`文件中的`base64编码图片`转换为`png`图片
```python
python main.py post.md
```
