Figma Hello World Overview Make your first Figma REST API call. Fetch a file's metadata and document tree, then inspect the node structure that represents every layer and object in a Figma design. Prerequisites - Completed setup - A Figma file key (from the URL: ) - environment variable set Instructions Step 1: Fetch a File Expected output: Step 2: Understand the Node Tree Every Figma file is a tree of typed nodes: Key node types: , , , , , , , , , , , , , . Step 3: TypeScript Hello World Step 4: Fetch Specific Nodes Output - File metadata (name, version, last modified) - Page names listed fr…