openfig-cli 0.3.40 → 0.3.41

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -19,7 +19,7 @@ Node 18+. No build step. Pure ESM.
19
19
  | Product | Extension | Read | Render | Modify |
20
20
  |---------|-----------|------|--------|--------|
21
21
  | Figma Slides | `.deck` | ✅ | ✅ PNG / PDF | ✅ |
22
- | Figma Design | `.fig` | ✅ | ✅ PNG / PDF | ✅ via [OpenFig Editor](https://github.com/OpenFig-org/openfig-designer) |
22
+ | Figma Design | `.fig` | ✅ | ✅ PNG / PDF | ✅ |
23
23
 
24
24
  ## CLI
25
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openfig-cli",
3
- "version": "0.3.40",
3
+ "version": "0.3.41",
4
4
  "description": "OpenFig — Open-source tools for Figma file parsing and rendering",
5
5
  "type": "module",
6
6
  "bin": {