Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@tidus/get_icon

TidusInSpira13MIT0.1.0

Introduction

readme

get_icon

Introduction

Get favicon of website based on website url.

Install

npm install @tidus/get_icon --save
# or
yarn add @tidus/get_icon

Usage

const { get_icon } = require('@tidus/get_icon')
let icon_url = await get_icon('https://github.com')
console.log(icon_url)

Test

yarn test

Coverage

yarn coverage