1.0.13 • Published 6 years ago

swint-builder-svg v1.0.13

Weekly downloads
65
License
MIT
Repository
github
Last release
6 years ago

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
});
1.0.13

6 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago