Skip to content

Knowre-Dev/swint-builder-svg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swint-builder-svg

Greenkeeper badge SVG sprite builder for Swint

Warning: This is not the final draft yet, so do not use this until its official version is launched

Installation

$ npm install --save swint-builder-svg

Options

  • name : String, default: Project
  • inDir : String, default: path.dirname(require.main.filename)
  • outDir : String, default: path.join(path.dirname(require.main.filename), '../out')
  • walkOption : Object, default: { ext: 'svg' }

Usage

buildSVG({
	name: 'Test',
	inDir: path.join(__dirname, 'svg'),
	outDir: path.join(__dirname, 'out')
}, function() {
	// Build complete
});

About

SVG sprite builder for Swint

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •