Socket
Socket
Sign inDemoInstall

@drovp/icon-generator

Package Overview
Dependencies
276
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @drovp/icon-generator

Generate .ico, .icns, or .png icons out of one or multiple png or svg files.


Version published
Maintainers
1
Install size
46.5 MB
Created

Readme

Source

@drovp/icon-generator

Generate .ico, .icns, or .png icons out of one or multiple png or svg files.

Supports dropping multiple files of different sizes. Processor will then generate the missing sizes from the closest bigger input file.

For example, if you drop in two png files 32x32 and 1024x1024 pixels big, they'll be used as sources like so:

SizeDropped filesSize source
10241024.png1024.png
512x1024.png
256x1024.png
128x1024.png
64x1024.png
3232.png32.png
16x32.png
PNG

When dropping png files, the file should be of square dimensions, and at least 1024x1024 pixels big, or whatever is the max needed size in one of the generated icon files.

SVG

If you are dropping svg files, their intended size is determined by their file name. To specify svg file as being 32px big, its name needs to be in one of these formats:

  • 32.svg
  • 32x32.svg
  • foo-32.svg
  • foo-32x32.svg

Dropped SVG file without recognizable filename size is considered to be of infinite size.

Help

If you're generating favicons for browsers, this cheat sheet might be helpful: https://github.com/audreyfeldroy/favicon-cheat-sheet

Keywords

FAQs

Last updated on 30 Nov 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc