lucasconstantino / gulp-typeset

Preprocess HTML for better typography

Home Page:https://github.com/davidmerfield/typeset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gulp-typeset Build Status

Preprocess HTML for better typography with typeset

Issues with the output should be reported on the Typeset issue tracker.

Install

$ npm install --save-dev gulp-typeset

Usage

var gulp = require('gulp');
var typeset = require('gulp-typeset');

gulp.task('default', function () {
	return gulp.src('index.html')
		.pipe(typeset())
		.pipe(gulp.dest('dist'));
});

Options

Refer to David Merfield's Typeset module options for further reference on available configuration.

License

MIT © Lucas Constantino Silva

About

Preprocess HTML for better typography

https://github.com/davidmerfield/typeset


Languages

Language:JavaScript 100.0%