The Figma Document Loader is a node used for loading data from Figma files. It allows users to extract text content and metadata from specified Figma documents and nodes, making it possible to use Figma design information in various AI and data processing workflows.
accessToken
: Figma API access tokenIDocument
objects, each containing:
pageContent
: The extracted text content from the Figma node
metadata
: Associated metadata, which may include:
FigmaFileLoader
from the @langchain/community
package
TextSplitter