1.0.6 • Published 3 years ago

@wonoly/favicons v1.0.6

Weekly downloads
-
License
SEE LICENSE IN ./...
Repository
github
Last release
3 years ago

Favicons (1.0.6)

Instalation

In order to install @wonoly/favicons you will need npm or yarn

$ yarn add @wonoly/favicons

 # or with npm

$ npm i @wonoly/favicons

Usage

require("@wonoly/favicons");
// or with jsx6
import '@wonoly/favicons';


"http://npmjs.com".getFavicon()
// -> https://static.npmjs.com/b0f1a8318363185cc2ea6a40ac23eeb2.png

"http://github.com".getFavicon()
// -> https://github.githubassets.com/favicons/favicon.svg

for more information / usage check folder /tests

license

This package is under the GNU license