figmatk 0.0.8 → 0.0.9
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/package.json
CHANGED
|
@@ -1,15 +1,24 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
2
|
+
name: figma-slides-creator
|
|
3
3
|
description: >
|
|
4
4
|
Create, edit, and inspect Figma Slides .deck files. Use when the user asks to
|
|
5
5
|
create a presentation, build a slide deck, edit slides, update text or images,
|
|
6
6
|
clone or remove slides, or produce a .deck file for Figma Slides.
|
|
7
|
+
Powered by FigmaTK under the hood.
|
|
7
8
|
metadata:
|
|
8
|
-
version: "0.0.
|
|
9
|
+
version: "0.0.8"
|
|
9
10
|
---
|
|
10
11
|
|
|
11
12
|
# FigmaTK Skill
|
|
12
13
|
|
|
14
|
+
## ⚠️ Never open .deck files directly
|
|
15
|
+
|
|
16
|
+
`.deck` files are binary ZIP archives. **Never open, read, or display a `.deck` file** — it will show garbage bytes in the panel. To inspect or modify a `.deck` file, always use the CLI commands or Node.js API shown below.
|
|
17
|
+
|
|
18
|
+
To let the user view the result: tell them to **open the file in Figma Desktop** (`File → Open` or double-click the `.deck` file).
|
|
19
|
+
|
|
20
|
+
---
|
|
21
|
+
|
|
13
22
|
## Quick Reference
|
|
14
23
|
|
|
15
24
|
| Task | Approach |
|