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)
- Host: GitHub
- URL: https://github.com/arjun-g/svgtoavg-cli
- Owner: arjun-g
- License: mit
- Created: 2020-01-18T08:25:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-07T19:07:56.000Z (almost 2 years ago)
- Last Synced: 2024-11-25T03:34:02.669Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 23.4 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```