gatsby-source-fontawesome
v0.0.1
Published
Gatsby source plugin to convert font-awesome json data as graphql schema and use for search icons locally.
Downloads
32
Maintainers
Readme
gatsby-source-fontawesome
gatsby-source-fontawesome is package provide fontawesome fonts from graphql schema.
Installation
gatsby-source-fontawesome requires Node.js v4+ to run.
$ yarn add gatsby-source-fontawesome
or
$ npm install --save gatsby-source-fontawesome
How To Use
//In your gatsby-config.js
module.exports = {
plugins: [`gatsby-source-fontawesome`],
}