0.1.2 • Published 2 years ago

icofetch v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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!

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago