vectosolve
v1.0.1
Published
VectoSolve CLI — Convert images to SVG, remove backgrounds, upscale, and generate logos from the command line
Maintainers
Readme
vectosolve
Official CLI for VectoSolve — convert images to SVG, remove backgrounds, upscale, and generate logos from the command line.
Installation
npm install -g vectosolveOr use directly with npx:
npx vectosolve convert photo.pngSetup
# Save your API key (get one at https://vectosolve.com/developers)
vectosolve auth --key vs_xxx
# Or use environment variable
export VECTOSOLVE_API_KEY=vs_xxxCommands
Convert to SVG
vectosolve convert photo.png # Output: photo.svg
vectosolve convert photo.png -o output.svg # Custom output path
vectosolve convert --url https://example.com/image.png # From URLRemove Background
vectosolve remove-bg product.jpg # Print result URL
vectosolve remove-bg product.jpg -o clean.png # Save to fileUpscale Image
vectosolve upscale small.png -o large.pngGenerate Logo
vectosolve logo "Modern tech startup logo"
vectosolve logo "Coffee shop logo" -s icon -n 4 -o ./logos/
vectosolve logo "Abstract art" -c "#0090ff,#1cb721" -m recraftv3Options:
-s, --style— Logo style (vector_illustration,icon,line_art...)-m, --model— AI model (recraftv3,recraftv2)-c, --colors— Brand colors as comma-separated hex values-n, --num— Number of variants (1, 2, or 4)-o, --output— Output directory
Pricing
| Command | Cost per use |
|---------|-------------|
| convert | $0.20 |
| remove-bg | $0.07 |
| upscale | $0.15 |
| logo | $0.25+ |
Purchase credits at vectosolve.com/pricing.
Links
License
MIT
