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
- Host: GitHub
- URL: https://github.com/victorb/svg-joiner
- Owner: victorb
- Created: 2018-09-25T11:56:52.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-25T12:37:46.000Z (almost 8 years ago)
- Last Synced: 2025-01-02T16:22:21.316Z (over 1 year ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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