Skip to main content
Open on GitHub

Figma

Figma is a collaborative web application for interface design.

安装与设置

Figma API 需要一个 access tokennode_ids 和一个 file 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
API 参考:FigmaFileLoader