figma-core-workflow-b

Installation
SKILL.md

Figma Core Workflow B -- Asset Export

Overview

Export images, icons, and assets from Figma files using the REST API. Render specific nodes as PNG, SVG, JPG, or PDF. Build automated asset pipelines for icons, illustrations, and component previews.

Prerequisites

  • Completed figma-install-auth setup
  • Node IDs of the frames/components to export (from figma-hello-world)
  • FIGMA_PAT and FIGMA_FILE_KEY env vars set

Instructions

Step 1: Render Nodes as Images

const PAT = process.env.FIGMA_PAT!;
const FILE_KEY = process.env.FIGMA_FILE_KEY!;
Installs
1
GitHub Stars
2.8K
First Seen
13 days ago
figma-core-workflow-b — jeremylongshore/tons-of-skills-marketplace