favicon-getter
v1.1.3
Published
get favicon url of given url
Downloads
481
Readme
Favicon Getter
A small library that gets favicon url of given url
Installation
npm install favicon-getter
Usage
import fetchFavicon from 'favicon-getter'
fetchFavicon('https://news.ycombinator.com/')
.then(console.log)
.catch(console.log)
Contributing
Having a good thought? Twisting it as you like and let me know: https://github.com/pplam/favicon_getter.