chin-plugin-favicons

0.0.3 • Public • Published

chin-plugin-favicons

npm npm Build Status Coverage Status

chin plugin using favicons.

Installation

yarn add -D chin chin-plugin-favicons

Usage

import favicons from 'chin-plugin-favicons'
 
const ext = favicons({ nameAsDir: true, config: {} })
 
export default {
  processors: { png: ext }
  after: () => {
    const html = ext.after()
  }
}
  • nameAsDir: boolean default: false

  • config: {} favicons's.

  • ext.after() return response.html (Array of html elements strings).

License

MIT (http://opensource.org/licenses/MIT)

Package Sidebar

Install

npm i chin-plugin-favicons

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

4.62 kB

Total Files

4

Last publish

Collaborators

  • kthjm