1.1.12 • Published 8 years ago

gulp-d3-pre v1.1.12

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

gulp-d3-pre

Gulp task for pre-rendering d3 with d3-pre.

See d3-pre for more detailed documentation.

Usage

Install the gulp plugin:

$ npm install gulp-d3-pre

Create a gulp task:

gulp.task('prerender-svgs', function() {
  gulp.src('./public/index.html')
    .pipe(d3Pre())
    .pipe(gulp.dest('./public/'));
})
1.1.12

8 years ago

1.1.11

8 years ago

1.1.7

8 years ago

1.1.6

8 years ago

1.1.0

8 years ago