Figma
Figma 是一款用於介面設計的協作式網路應用程式。
安裝與設定
Figma API 需要 access token
、node_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