Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 893 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 893 Bytes

gulp-font-blast

Convert an svg font file to svg symbol definition

If you haven't used Gulp before, be sure to check out the Getting Started guide - it explains how to create a gulpfile. You may also check out API documentation of Gulp or search for other Gulp plugins. Once you're familiar with that process, you may install this plugin with this command:

npm install gulp-font-blast --save-dev

Once the plugin has been installed, it may be enabled inside of your gulpfile with this line of JavaScript:

gulp.task('font-blast', function() {
    // TBD
});