Package Exports
- ttf2woff
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ttf2woff) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ttf2woff
ttf2woff converts TTF fonts to WOFF format. That can be useful for different webfont generation tools.
This is node.js partial port of original woff CLI tools http://people.mozilla.com/~jkew/woff/
Usage
Install:
npm install -g ttf2woff
Usage example:
ttf2woff fontello.ttf fontello.woff
Authors
- Viktor Semykin thesame.ml@gmail.com
License
Copyright (c) 2013 Vitaly Puzrin. Released under the MIT license. See LICENSE for details.