1. fa2svg
Split Font Awesome icons into individual SVG files
fa2svg
Package: fa2svg
Created by: Justineo
Last modified: Mon, 02 May 2022 02:11:23 GMT
Version: 1.2.0
License: MIT
Downloads: 233
Repository: https://github.com/Justineo/fa2svg

Install

npm install fa2svg
yarn add fa2svg

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

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin