Skip to content

Theemo / @theemo/figma / FigmaReaderConfig

Interface: FigmaReaderConfig

Defined in: packages/figma/src/config.ts:214

Config for Figma as a ReaderTool

See

Documentation

Properties

files

ts
files: string[];

Defined in: packages/figma/src/config.ts:227

The files your want to source. An array of Figma file IDs

See

Documentation


parser

ts
parser: FigmaParserConfig;

Defined in: packages/figma/src/config.ts:241

Parser configuration how to interpret your Figma files and extract the tokens you want


plugins

ts
plugins: Plugin[];

Defined in: packages/figma/src/config.ts:235

Bring plugin support

See


secret

ts
secret: string;

Defined in: packages/figma/src/config.ts:220

The secret for the figma file, get it though ENV

See

Connecting to Figma