Theemo / @theemo/sync / ReaderTool
Interface: ReaderTool
Defined in: tool.ts:12
This is for tools used during the sync command to read tokens from most of a the time a design tool.
Example
ts
Figma may be your tool for reading tokens. This will call the API evalute
the response and returns a token collectionMethods
read()
ts
read(): Promise<TokenCollection<Token<"unknown">>>;Defined in: tool.ts:16
Reads a collection of tokens off the tool
Returns
Promise<TokenCollection<Token<"unknown">>>