From f8b95895bfae0e2536131dc871365e72f8572422 Mon Sep 17 00:00:00 2001 From: ZJU_czx <952370295@qq.com> Date: Tue, 3 Dec 2024 15:29:06 +0800 Subject: [PATCH] feat(docs): fix space wrong in en docs --- docs/assets/guide/en/Getting_Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/assets/guide/en/Getting_Started.md b/docs/assets/guide/en/Getting_Started.md index 4479419..2752f08 100644 --- a/docs/assets/guide/en/Getting_Started.md +++ b/docs/assets/guide/en/Getting_Started.md @@ -184,7 +184,7 @@ The generated chart is as follows: ## Export GIF and Video VMind supports exporting the generated chart as a GIF animation and video, which can be shared anytime and anywhere. -In order to implement the video export function,you need to additionally include VChart, FFMPEG, canvas related content in your project and pass them as objects to VMind. The following will show how to get the ObjectURL of the chart GIF and video: +In order to implement the video export function, you need to additionally include VChart, FFMPEG, canvas related content in your project and pass them as objects to VMind. The following will show how to get the ObjectURL of the chart GIF and video: First, install VChart, FFMPEG, and canvas-related content: ```bash