0.1.2 • Published 10 years ago

svg-merge v0.1.2

Weekly downloads
17
License
-
Repository
-
Last release
10 years ago

svg-merge

Merge a folder of svg files into a single file

Build Status

Installation

Install with npm:

npm install --save svg-merge

API

svgMerge(options, callback)

options.inputDir

Required
Default: null
Type: String

Input source directory.

options.outputDir

Required
Default: null
Type: String

Desired location for output files.

options.outputFile

Required
Default: null
Type: String

Desired file name for output file.

Testing

From the repo root:

npm install
npm test