kangfenmao / cherry-studio

🍒 Cherry Studio is a desktop client that supports for multiple LLM providers
https://cherry-ai.com
Other
1.36k stars 75 forks source link

期望加入SVG解析为图片的能力 #312

Open JacianLiu opened 4 days ago

JacianLiu commented 4 days ago

期望加入SVG解析为图片的能力

kangfenmao commented 4 days ago

能否详细描述一下,让我更好的理解一下这个需求 @JacianLiu

JacianLiu commented 4 days ago

能否详细描述一下,让我更好的理解一下这个需求 @JacianLiu

期望svg的markdown代码块可以直接解析为图片展示

比如这样一段svg代码

<svg width="200" height="200" xmlns="http://www.w3.org/2000/svg">
  <circle cx="100" cy="100" r="80" fill="blue" />
</svg>

对应图片: IMG_8464

svg转图片工具:https://tool.bfw.wiki/tool/1561183179751822.html