UNPKG

svgtoavg-cli

Version:

A simple command-line tool to convert SVG file to AVG (Alexa Presentation Language)

24 lines (18 loc) 402 B
# 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 ```