Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 687 Bytes

README.md

File metadata and controls

52 lines (31 loc) · 687 Bytes

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