Parsers
Parsers are functions allowing you to transform design tokens and assets coming from Specify to fit your needs and company standards.
General properties
Output types
File
type FileOutput = {
type: 'file';
filePath: string;
}Available parsers
Parser
Description
Usage example
Last updated
Was this helpful?