gulp-favicons

4.0.1 • Public • Published

gulp-favicons

npm version Automated tests

gulp-favicons is a gulp plugin for Favicons.

Usage

import gulp from 'gulp';
import favicons from 'gulp-favicons';

gulp
  .src('./favicon.png')
  .pipe(
    favicons({
      appName: 'My App',
      appShortName: 'App',
      appDescription: 'This is my application',
      developerName: 'Hayden Bleasel',
      developerURL: 'http://haydenbleasel.com/',
      background: '#020307',
      path: 'favicons/',
      url: 'http://haydenbleasel.com/',
      display: 'standalone',
      orientation: 'portrait',
      scope: '/',
      start_url: '/?homescreen=1',
      version: 1.0,
      html: 'index.html',
      pipeHTML: true,
    })
  )
  .pipe(gulp.dest('./dest'));

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 4.0.1
    96
    • latest

Version History

Package Sidebar

Install

npm i gulp-favicons

Weekly Downloads

1,814

Version

4.0.1

License

ISC

Unpacked Size

10.2 kB

Total Files

7

Last publish

Collaborators

  • phated
  • rejas