Interface to download favicons as icns
npm install favicnsFetch favicons of website in icns format.
You should not use this.
``sh`
$ npm install --save favicns
`js``
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.
});