0.2.5 • Published 9 years ago

gulp-fontgen v0.2.5

Weekly downloads
185
License
Apache-2.0
Repository
github
Last release
9 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

9 years ago

0.2.4

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

11 years ago

0.1.4

11 years ago

0.1.3

12 years ago

0.1.2

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago