Ask a question to get started
Enter to send•Shift+Enter new line
Fetches the Figma file using the Figma API, creates a Document instance with the JSON representation of the file as the page content and the API URL as the metadata, and returns it.
load(): Promise<Document<Record<string, any>>[]>