An open API service indexing awesome lists of open source software.

https://github.com/arjun-g/svgtoavg-cli

A simple command-line tool to convert SVG file to AVG (Alexa Vector Graphic)
https://github.com/arjun-g/svgtoavg-cli

Last synced: 5 months ago
JSON representation

A simple command-line tool to convert SVG file to AVG (Alexa Vector Graphic)

Awesome Lists containing this project

README

        

# svgtoavg-cli
A simple command-line tool to convert SVG file to AVG (Alexa Vector Graphics)

# Installation
```
npm install -g svgtoavg-cli
```

# Usage
```
svgtoavg [--bulk] [source-path] [dest-path]
```

# Convert Single File
```
svgtoavg image.svg image-avg.json
```

# Bulk Convert Files In Folder (including subfolders)
```
svgtoavg --bulk ./sourcefolder ./destfolder
```