Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
font-awesome-svg-png
Advanced tools
Font Awesome split to individual SVG and PNG files of different sizes along with Node.JS based generator
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.
Font Awesome is a full suite of 675 pictographic icons for easy scalable vector graphics on websites, created and maintained by Dave Gandy. Stay up to date @fontawesome.
Get started at http://fontawesome.io!
You may use already generated icons in white
and black
directories. You can also generate your own set:
Note: you need to have a command rsvg-convert
available.
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
PNG creation depends on rsvg-convert
command being in the path.
You can skip PNG creation with --no-png
.
npm install .
node font-awesome-svg-png --color gray --sizes 16
sudo port install librsvg
... or ...
brew install librsvg
That should give the necessary rsvg-convert
command.
WARNING: Starting from librsvg 2.40.11 and onwards rsvg-convert
produces empty images due to a breaking change that was introduced. At moment there's no workaround but to revert to librsvg 2.40.10 and below.
For Debian rsvg-convert
in located in the librsvg2-bin
package.
sudo apt-get install librsvg2-bin
FAQs
Font Awesome split to individual SVG and PNG files of different sizes along with Node.JS based generator
The npm package font-awesome-svg-png receives a total of 274 weekly downloads. As such, font-awesome-svg-png popularity was classified as not popular.
We found that font-awesome-svg-png demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.