UNPKG

fonticon

Version:

create font icon from svg

9 lines (6 loc) 181 B
require('babel/register'); module.exports = function(grunt) { require('time-grunt')(grunt); require('load-grunt-tasks')(grunt); require('./lib/grunt.js')(grunt); };