Skip to content

Commit 321de73

Browse files
committed
added FAQ
1 parent 2f40140 commit 321de73

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

+17
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,20 @@ $ ./bin/dev.js --help # running original scripts in `command` folder
2626
$ ./bin/dev.js convert xxx.fig
2727
Saved as "xxx.daruma"
2828
```
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).

0 commit comments

Comments
 (0)