Skip to content

Commit 2dc4c1a

Browse files
authored
chore(docs): update docs about data URI
1 parent f2ee29a commit 2dc4c1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/reference/sharing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ and it there to preserve the original aspect ratio (16:9).
131131

132132
### Sharing ONE HTML file
133133

134-
A future feature, that will be available once
135-
[#122](https://github.com/jeertmans/manim-slides/issues/122) is solved, will be
136-
to include all animations as data URI encoded, within the HTML file itself.
134+
If you set the `data_uri` option to `true` (with `-cdata_uri=true`),
135+
all animations will be data URI encoded, making the HTML a self-contained
136+
presentation file that can be shared on its own.
137137

138138
### Over the internet
139139

0 commit comments

Comments
 (0)