We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edcb9ee commit 85a05acCopy full SHA for 85a05ac
1 file changed
posts/2025/astro-embed-excalidraw/index.mdx
@@ -10,8 +10,8 @@ import { Icon } from 'astro-icon/components'
10
import ExcalidrawFigure from '@/components/common/ExcalidrawFigure.astro'
11
import example from './example.excalidraw.json'
12
13
-很早就接触到 [<Icon name="simple-icons:excalidraw" /> Excalidraw](https://excalidraw.com/) 这个白板工具,
14
-可以绘制出精美的手绘风格图表。在它的网页端编辑器可以将画布导出为 PNG 或 SVG 图像,以便展示在网页上。
+很早就接触到 [<Icon name="simple-icons:excalidraw" /> Excalidraw](https://excalidraw.com/) 这款白板工具,
+可以绘制精美的手绘风格图表,并支持将画布直接导出为 PNG 或 SVG 图像,便于在网页中展示。
15
16
但直接使用导出的图像有一个问题:没法跟随页面主题的切换而改变颜色(除非对 SVG 进行复杂的颜色转换)。
17
而在全局深色模式下突然滑出白底图片会很刺眼,极其影响浏览体验。
0 commit comments