download-svg-assets
Download specific SVG assets from a Figma file by providing node IDs and save them to a specified local directory for streamlined asset management in development workflows.
Instructions
根据图像或图标节点的ID,仅下载Figma文件中使用的SVG资源
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fileKey | Yes | The key of the Figma file containing the node | |
localPath | Yes | The absolute path to the directory where images are stored in the project. If the directory does not exist, it will be created. The format of this path should respect the directory format of the operating system you are running on. Don't use any special character escaping in the path name either. | |
nodes | Yes | The nodes to fetch as images |