Command-line tool that converts design files into VGG format.
Note that vgg-cli relies on Daruma's online service for conversion. By using vgg-cli, we assume you agree to Daruma's terms of service and privacy policy.
$ npm install -g @verygoodgraphics/vgg-cli
$ vgg-cli convert xxx.fig
Saved as "xxx.daruma"
$ pnpm install
$ pnpm run build
$ ./bin/run.js --help # running built scripts in `dist` folder
$ ./bin/dev.js --help # running original scripts in `command` folder
$ ./bin/dev.js convert xxx.fig
Saved as "xxx.daruma"
VeryGoodGraphics (VGG) is a next-gen vector graphics format which is defined in VGG Specs.
Daruma file conforms to VGG File Spec which is just a zip of JSONs.
The conversion is done online by Daruma, which requires network access.
For more questions, please join in our Discord channel.