Commit 321de73 1 parent 2f40140 commit 321de73 Copy full SHA for 321de73
File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -26,3 +26,20 @@ $ ./bin/dev.js --help # running original scripts in `command` folder
26
26
$ ./bin/dev.js convert xxx.fig
27
27
Saved as "xxx.daruma"
28
28
```
29
+
30
+ # FAQ
31
+
32
+ ## What is VGG format?
33
+
34
+ VeryGoodGraphics (VGG) is a next-gen vector graphics format which is defined in [ VGG Specs] ( https://docs.verygoodgraphics.com/specs/overview ) .
35
+
36
+ ## What is .daruma file?
37
+
38
+ Daruma file conforms to [ VGG File Spec] ( https://docs.verygoodgraphics.com/specs/file ) which is just a zip of JSONs.
39
+
40
+ ## Why do I need network access?
41
+
42
+ The conversion is done online by Daruma, which requires network access.
43
+
44
+
45
+ For more questions, please join our [ Discord channel] ( https://discord.gg/89fFapjfgM ) .
You can’t perform that action at this time.
0 commit comments