Skip to content

Commit

Permalink
added FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
harry75369 committed Jun 5, 2024
1 parent 2f40140 commit 321de73
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,20 @@ $ ./bin/dev.js --help # running original scripts in `command` folder
$ ./bin/dev.js convert xxx.fig
Saved as "xxx.daruma"
```

# FAQ

## What is VGG format?

VeryGoodGraphics (VGG) is a next-gen vector graphics format which is defined in [VGG Specs](https://docs.verygoodgraphics.com/specs/overview).

## What is .daruma file?

Daruma file conforms to [VGG File Spec](https://docs.verygoodgraphics.com/specs/file) which is just a zip of JSONs.

## Why do I need network access?

The conversion is done online by Daruma, which requires network access.


For more questions, please join our [Discord channel](https://discord.gg/89fFapjfgM).

0 comments on commit 321de73

Please sign in to comment.