Socket
Socket
Sign inDemoInstall

@verygoodgraphics/vgg-cli

Package Overview
Dependencies
248
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @verygoodgraphics/vgg-cli

Command-line tool that converts design files into VGG format.


Version published
Weekly downloads
12
decreased by-76.92%
Maintainers
0
Created
Weekly downloads
 

Readme

Source

@verygoodgraphics/vgg-cli

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.

oclif Version Downloads/week

Usage

$ npm install -g @verygoodgraphics/vgg-cli
$ vgg-cli convert xxx.fig
Saved as "xxx.daruma"

Development Usage

$ 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"

FAQ

What is VGG format?

VeryGoodGraphics (VGG) is a next-gen vector graphics format which is defined in VGG Specs.

What is .daruma file?

Daruma file conforms to VGG File Spec 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 in our Discord channel.

Keywords

FAQs

Last updated on 21 Jun 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc