0.1.0 • Published 3 years ago

@tidus/get_icon v0.1.0

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

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
0.1.0

3 years ago

0.0.1

4 years ago