Design
Daruma is compatible with multiple design file formats. You can easily streamline your workflow with their smooth integration and coordination with different design tools. Daruma prioritizes compatibility to ensure that your design files in different formats can be easily imported, exported, and shared within Daruma, regardless of the design tool you are using. Daruma releases your creative potential by removing barriers between formats. Break free from the constraints of inherent formats in design tools. Enabling you to create designs that break through barriers and draw viewers from numerous media.
Daruma Design Format is a JSON-based format for describing the content of various design pieces.
Property | Type | Required |
---|---|---|
fileType | integer | Required |
fileName | string | Optional |
frames | Array<Frame> | Required |
references | Array< | Optional |
patternLayerDef | Array<PatternLayerDef> | Optional |
Description
Specifies the file type.
Type
integer
Value
enum: the value of this property must be equal to one of the following values:
Value | Explanation |
---|---|
1 | sketch |
3 | figma |
4 | adobe illustrator |
Description
Specifies the name to the input design file. The encoding format is utf-8.
Type
string
Description
Describes the referenced resources.
Type
Array<
ReferencedStyle
SymbolMaster
>