Skip to content

eldoy/icofetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Icofetch

Fetch favicon images from web sites.

Install

npm i icofetch

Usage

const icofetch = require('icofetch')

// Store file in current directory
await icofetch('https://example.com')

// Store file in specified path
await icofetch('https://example.com', { dir: os.tmpdir() })

MIT Licensed. Enjoy!

About

Fetch favicon images from web sites

Resources

License

Stars

Watchers

Forks