Skip to main content

Figma

Figma 是一个用于界面设计的协作 Web 应用程序。

安装和设置

Figma API 需要 access tokennode_idsfile key

file key 可以从 URL 中获取。https://www.figma.com/file/{filekey}/sampleFilename

Node IDs 也可以在 URL 中找到。单击任何内容,查找 '?node-id={node_id}' 参数。

Access token使用说明

文档加载器

查看 使用示例

from langchain_community.document_loaders import FigmaFileLoader

Was this page helpful?


You can leave detailed feedback on GitHub.