Skip to content

k0va1/gulp-ttf2svg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulp-ttf2svg

Gulp plugin converts font from TTF format to SVG

Build Status

##Usage

npm install --save-dev gulp-ttf-svg
const ttf2svg = require('gulp-ttf-svg');
gulp.src('path/to/ttfs')
  .pipe(ttf2svg())
  .pipe(gulp.dest('path/to/save');

##Stats NPM

About

Gulp plugin converts font from TTF format to SVG

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published