npm-icon-gen icon indicating copy to clipboard operation
npm-icon-gen copied to clipboard

Allow option to limit icon production

Open JasonGoemaat opened this issue 2 years ago • 2 comments

I would like to produce only the icon types and sizes I want as part of a build process, but I can't figure out how to limit that with the options object. The favicon object seems to let you create all the png sizes you want, but it always creates 'favicon.ico' which I don't want...

  favicon: {
    name: 'icons-',
    pngSizes: [16, 48, 128],
    icoSizes: []
  }

JasonGoemaat avatar May 21 '22 03:05 JasonGoemaat

I'm also not seeing away to override the name or otherwise prevent the generation of the favicon.ico file

isaiahtaylor avatar Feb 02 '23 16:02 isaiahtaylor

#155

panther7 avatar May 19 '23 07:05 panther7