0.2.5 • Published 8 years ago

gulp-fontgen v0.2.5

Weekly downloads
185
License
Apache-2.0
Repository
github
Last release
8 years ago

gulp-fontgen

NPM version Build Status Coverage Status Dependency Status

gulp-fontgen plugin for gulp

Usage

First, install gulp-fontgen as a development dependency:

npm install --save-dev gulp-fontgen

Then, add it to your gulpfile.js:

var gulp = require('gulp');
var fontgen = require('../gulp-fontgen');

gulp.task('fontgen', function() {
  return gulp.src("./src/*.{ttf,otf}")
    .pipe(fontgen({
      dest: "./dest/"
    }));
});

gulp.task('default', ['fontgen']);

API

gulpFontgen(options)

options.dest

Type: String (Required)

Destination to write all the font files to

All other options for fontfacegen are passed through.

License

MIT License

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

9 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago