to-file
This parser helps you generate files from any asset token: Bitmap, Font and Vector.
Interface
interface parser {
name: 'to-file';
options: {
filenameTemplate: string;
};
output: {
type: 'directory';
directoryPath: string;
};
};Options
Parameter
Required
Type
Default
Description
Basic usage
{
"fonts": {
"inter-regular": {
"$type": "font",
"$value": {
"default": {
"family": "Inter Regular",
"postScriptName": "Inter Regular",
"weight": "regular",
"style": "normal",
"files": [
{
"format": "ttf",
"url": "https://static.specifyapp.com/sdtf-seeds/inter-regular.ttf",
"provider": "Specify"
}
]
}
}
}
}
}Last updated
Was this helpful?