1.0.0 • Published 2 years ago

infinity-favicon-grabber v1.0.0

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

What is Infinity Favicon Grabber ?

A favicon grabber for a all domain's and website's in latest browsers.

Installation

Run : npm i infinity-favicon-grabber

Use :

import faviconGrapper from 'infinity-favicon-grabber';

faviconGrapper('dinuinfinity.com'); // default favicon size 16 x 16
faviconGrapper('dinuinfinity.com',32); // favicon size 32 x 32
faviconGrapper('dinuinfinity.com',48); // favicon size 48 x 48
faviconGrapper('dinuinfinity.com',64); // favicon size 64 x 64
faviconGrapper('dinuinfinity.com',128); // favicon size 128 x 128
Note : You must be use acceptable favicon size's only

Parameters

The Infinity Favicon grabber accepts two parameters, domain and size values.

By default size is set to 16px

Acceptable favicon size's

- 16 x 16
- 32 x 32
- 48 x 48
- 64 x 64
- 128 x 128