Grayscale favicon library that manipulates favicon and colored it to grayscale.
npm install grayscale-faviconCode was taken from Ruby Environment Favicon and adopted for npm, yarn, bower.
Example of usage, normal and grayscaled library:
npm install grayscale-favicon@1.0.0yarn add grayscale-favicon@1.0.0bower install grayscale-favicon@1.0.0javascript
import GrayscaleFavicon from 'grayscale-favicon';
// var GrayscaleFavicon = require('grayscale-favicon');GrayscaleFavicon();
`If you use bower or just want to load file from source in html:
`html
``The gem is available as open source under the terms of the MIT
License.