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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. 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
- ![Create slide deck](docs/images/create_slides_project.png)
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
- ![Export as standalone HTML](docs/images/export_standalone_html.png)
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
- ![Download standalone HTML](docs/images/download_standalone_html.png)
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openfig-cli",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "OpenFig — Open-source tools for Figma file parsing and rendering",
5
5
  "type": "module",
6
6
  "bin": {