FigmaClient constructor
Creates a new FigmaClient instance.
Parameters:
token: A valid Figma access tokenfileId: The ID of the Figma file to access
Implementation
FigmaClient(this._token, this._fileId);
Creates a new FigmaClient instance.
Parameters:
token: A valid Figma access tokenfileId: The ID of the Figma file to accessFigmaClient(this._token, this._fileId);