Socket
Socket
Sign inDemoInstall

@verygoodgraphics/vgg-cli

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@verygoodgraphics/vgg-cli - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

oclif.manifest.json

@@ -31,3 +31,3 @@ {

},
"version": "0.0.1"
"version": "0.0.2"
}

@@ -59,3 +59,3 @@ {

"types": "dist/index.d.ts",
"version": "0.0.1",
"version": "0.0.2",
"scripts": {

@@ -62,0 +62,0 @@ "build": "shx rm -rf dist && tsc -b",

@@ -6,3 +6,3 @@ @verygoodgraphics/vgg-cli

> Note vgg-cli rely on Daruma's online service for conversion. By using vgg-cli, we assume you agree with Daruma's [terms of service](https://daruma.run/terms) and [privacy policy](https://daruma.run/privacy).
> 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](https://daruma.run/terms) and [privacy policy](https://daruma.run/privacy).

@@ -18,3 +18,3 @@ [![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)

$ vgg-cli convert xxx.fig
Saved as "xxx.vgg"
Saved as "xxx.daruma"
```

@@ -29,3 +29,20 @@ # Development Usage

$ ./bin/dev.js convert xxx.fig
Saved as "xxx.vgg"
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 in our [Discord channel](https://discord.gg/89fFapjfgM).
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc