svg-merge

0.1.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i svg-merge

Weekly Downloads

1

Version

0.1.2

License

none

Last publish

Collaborators

  • robdodson