Skip to content

iconic/svg-merge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%