openfig-cli 0.4.1 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -27,19 +27,19 @@ In Claude Design, choose the **Slide deck** tab and create your project.
|
|
|
27
27
|
The **Use speaker notes** toggle is optional; if on, OpenFig maps notes
|
|
28
28
|
to each slide.
|
|
29
29
|
|
|
30
|
-
|
|
30
|
+
<img src="docs/images/create_slides_project.png" alt="Create slide deck" width="380" />
|
|
31
31
|
|
|
32
32
|
### 2. Build your deck, then export
|
|
33
33
|
|
|
34
34
|
When you're done designing, click **Share → Export as standalone HTML**.
|
|
35
35
|
|
|
36
|
-
|
|
36
|
+
<img src="docs/images/export_standalone_html.png" alt="Export as standalone HTML" width="720" />
|
|
37
37
|
|
|
38
38
|
Claude Design generates a single self-contained file named
|
|
39
39
|
`{Project Name} (Standalone).html` — all slides, images, fonts, and the
|
|
40
40
|
rendering engine inlined. Works offline.
|
|
41
41
|
|
|
42
|
-
|
|
42
|
+
<img src="docs/images/download_standalone_html.png" alt="Download standalone HTML" width="480" />
|
|
43
43
|
|
|
44
44
|
### 3. Convert to .deck
|
|
45
45
|
|