Using the JS SDK
TheSyncd SDK offers the most flexibility for integrating with the Figma API directly in your codebase.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Syncd SDK offers the most flexibility for integrating with the Figma API directly in your codebase.
pnpm add syncd-sdk
npm install syncd-sdk
yarn add syncd-sdk
import { SyncdSdk } from "syncd-sdk";
const syncdClient = new SyncdSdk({
apiKey: "YOUR_API_KEY",
});
