Skip to main content
Open on GitHub

Figma

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

安装与设置

Figma API 需要 access tokennode_idsfile key

The file key can be pulled from the URL. https://www.figma.com/file/纲件key/样本文件名

Node IDs 也存在于 URL 中。点击任意内容并查找 '?node-id={node_id}' 参数。

Access token 指令

文档加载器

查看 使用示例

from langchain_community.document_loaders import FigmaFileLoader
API 参考:FigmaFileLoader