Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
本站翻译于2026年5月3日,请放心食用🎉🎉🎉
TypeScript
使用 LangChain JavaScript 与 Figma 文档加载器集成。
import { FigmaFileLoader } from "@langchain/community/document_loaders/web/figma"; const loader = new FigmaFileLoader({ accessToken: "FIGMA_ACCESS_TOKEN", // 或从 process.env.FIGMA_ACCESS_TOKEN 加载 nodeIds: ["id1", "id2", "id3"], fileKey: "key", }); const docs = await loader.load(); console.log({ docs });
https://www.figma.com/file/<YOUR FILE KEY HERE>/LangChainJS-Test?type=whiteboard&node-id=<YOUR NODE ID HERE>&t=e6lqWkKecuYQRyRg-0