1.0.0 • Published 10 years ago

gulp-clean-sketch v1.0.0

Weekly downloads
14
License
MIT
Repository
github
Last release
10 years ago

gulp-clean-sketch

Cleanup Sketch SVG files

Issues with the output should be reported on the clean-sketch issue tracker.

Install

$ npm install --save-dev gulp-clean-sketch

Usage

var cleanSketch = require('gulp-clean-sketch');

gulp.task('icons', function() {
  return gulp.src('assets/*.svg')
    .pipe(cleanSketch())
    .pipe(gulp.dest('dist/icons'));
});

API

cleanSketch()

Removes Sketch namespaces and metadata.

License

MIT © Overblog