fa2svg

v0.4.1
Split Font Awesome icons into individual SVG files
Font-Awesome icon SVG

fa2svg

Split Font Awesome icons into individual SVG files.

Installation

npm install -g fa2svg

CLI Usage

fa2svg --dir OUTPUT_DIR [--color '#000' ] [--verbose]

API Usage

var fa2svg = require('fa2svg');
var dir = 'fa-svg';
var color = '#fff';
ver verbose = true;
fa2svg(dir, color, verbose);

Development

Transpile source code from ES6 to ES5 for distribution.

npm run build

Metadata

  • MIT
  • Whatever
  • Riobard Zhan
  • released 3/1/2018

Downloads

Maintainers