favicon2png

0.0.5 • Public • Published

Node.js favicon2PNG

Get favicon from domain. Convert to PNG.

Usage

var favicon2PNG = require('favicon2png');
favicon2PNG.readFile('www.github.com', function (err, data) {  
    if (err) throw err;  
    // use data  
});  

Dependencies

imagemagick
favicon (use fork https://github.com/gilleswittenberg/node-favicon for better results)
wget

Readme

Keywords

Package Sidebar

Install

npm i favicon2png

Weekly Downloads

6

Version

0.0.5

License

none

Last publish

Collaborators

  • gilleswittenberg