UNPKG

grunt-svg2ttf

Version:
17 lines (11 loc) 232 B
/* * grunt-svg2ttf * https://github.com/nfroidure/grunt-svg2ttf * * Copyright (c) 2013 Nicolas Froidure * Licensed under the MIT license. */ 'use strict'; module.exports = function(grunt) { grunt.loadTasks('tasks'); };