diff_versions
Compare two Figma file versions to detect added, removed, and modified nodes by analyzing names, types, geometry, fills, and style properties.
Instructions
Fetches two Figma file versions and reports added, removed, and modified nodes by comparing names, types, geometry, fills, and style properties.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_key | Yes | The Figma file key (from the file URL) | |
| version_a | Yes | Base Figma file version | |
| version_b | Yes | Target Figma file version | |
| access_token | Yes | Your Figma personal access token |