openfig-core 0.3.2 → 0.3.5
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 +1 -0
- package/dist/index.cjs +811 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +242 -20
- package/dist/index.d.ts +242 -20
- package/dist/index.js +793 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -161,6 +161,7 @@ Detailed documentation of the Figma binary format is in [`docs/`](docs/):
|
|
|
161
161
|
| [Archive structure](docs/archive.md) | ZIP layout, canvas.fig binary, kiwi schema, encoding pipeline |
|
|
162
162
|
| [Nodes](docs/nodes.md) | Node types, GUIDs, parentIndex, hierarchy |
|
|
163
163
|
| [Shapes](docs/shapes.md) | ROUNDED_RECTANGLE, FRAME, transforms, geometry |
|
|
164
|
+
| [Vector](docs/vector.md) | VECTOR nodes, commandsBlob format, blob resolution, helper API |
|
|
164
165
|
| [Text](docs/text.md) | TEXT nodes, styles, fonts |
|
|
165
166
|
| [Images](docs/images.md) | Image storage, SHA-1 hashing, thumbnails |
|
|
166
167
|
| [Colors](docs/colors.md) | Color variables, palette |
|