Skip to content

Commit

Permalink
feat(docs): fix space wrong in en docs
Browse files Browse the repository at this point in the history
  • Loading branch information
666haiwen committed Dec 3, 2024
1 parent 12b7fc1 commit 18308d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/assets/guide/en/Getting_Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18308d6

Please sign in to comment.