Skip to content

Commit

Permalink
Merge pull request #23 from synapticism/bower
Browse files Browse the repository at this point in the history
Add to Bower
  • Loading branch information
Rush committed Feb 28, 2015
2 parents 75b0607 + 4b68691 commit b3d1873
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 5 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ Font-Awesome-SVG-PNG

This project provides a Font-Awesome build split to individual SVG and PNG files of different sizes along with Node.JS based generator to generate any other colors and sizes combinations.

##What is Font-Awesome?
## What is Font-Awesome?
Font Awesome is a full suite of 439 pictographic icons for easy scalable vector graphics on websites, created and
maintained by [Dave Gandy](http://twitter.com/davegandy). Stay up to date [@fontawesome](http://twitter.com/fontawesome).

Get started at http://fontawesome.io!

##License
## License
- The Font Awesome font is licensed under the SIL OFL 1.1:
- http://scripts.sil.org/OFL
- Font-Awesome-SVG-PNG is licensed under the MIT license
Expand All @@ -19,15 +19,17 @@ You may use already generated icons in `white` and `black` directories. You can

Note: you need to have a command `rsvg-convert` available.

Install by `npm install -g font-awesome-svg-png`:
Install via npm: `npm install -g font-awesome-svg-png`.

Install via Bower: `bower install font-awesome-svg-png`.

The following command will generate a red set of icons at sizes of 128 and 256 pixels in directory `red`:
`font-awesome-svg-png --color red --sizes 128,256`

## Windows support
Everything should work once you have `rsvg-convert.exe`. You may get it from https://osspack32.googlecode.com/files/rsvg-convert.exe and move to `%PATH%`.

## MacOSX support
## Mac OS X support
```
sudo port install librsvg
```
Expand Down
25 changes: 25 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "Font-Awesome-SVG-PNG",
"main": "Font-Awesome-SVG-PNG.js",
"homepage": "https://github.com/encharm/Font-Awesome-SVG-PNG",
"authors": [
"Damian Kaczmarek <[email protected]>"
],
"description": "Font Awesome split to individual SVG and PNG files of different sizes along with Node.JS based generator",
"keywords": [
"svg",
"png",
"icons",
"design",
"ui",
"font"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "Damian Kaczmarek <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/CodeCharmLtd/Font-Awesome-SVG-PNG"
"url": "https://github.com/encharm/Font-Awesome-SVG-PNG"
},
"bin": {
"font-awesome-svg-png": "./font-awesome-svg-png.js"
Expand Down

0 comments on commit b3d1873

Please sign in to comment.