0.0.5 • Published 11 years ago

favicon2png v0.0.5

Weekly downloads
16
License
-
Repository
github
Last release
11 years ago

#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

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago