0.1.2 • Published 12 months ago

icofetch v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months 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

12 months ago

0.1.1

12 months ago

0.1.0

12 months ago