forked from Supernova-Studio/exporter-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
output.json
36 lines (36 loc) · 782 Bytes
/
output.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"blueprints": [
{
"invoke": "colors.pr",
"write_to": "colors.ts"
},
{
"invoke": "borders.pr",
"write_to": "borders.ts"
},
{
"invoke": "gradients.pr",
"write_to": "gradients.ts"
},
{
"invoke": "measures.pr",
"write_to": "measures.ts"
},
{
"invoke": "shadows.pr",
"write_to": "shadows.ts"
},
{
"invoke": "radii.pr",
"write_to": "radii.ts"
},
{
"invoke": "typography.pr",
"write_to": "typography.ts"
},
{
"invoke": "theme.pr",
"write_to": "theme.ts"
}
]
}