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

https://github.com/victorb/svg-joiner

Package for joining multiple svgs into one
https://github.com/victorb/svg-joiner

Last synced: about 1 month ago
JSON representation

Package for joining multiple svgs into one

Awesome Lists containing this project

README

          

# svg-joiner
> Joins multiple SVGs into one

## Installation

```
npm install -g svg-joiner
```

## Usage

```
svg-joiner *.svg > combined.svg
```

## License

MIT 2018 - Victor Bjelkholm