favicns
v0.0.4
Published
Interface to download favicons as icns
Downloads
2
Readme
Favicns
Fetch favicons of website in icns format.
You should not use this.
$ npm install --save favicns
import favicns from 'favicns';
favicns('http://facebook.com', output).then((output) => {
// Output is the output location of the .icns file.
// Same as output before. Undefined if no favicon.
});