create-real-favicon

Generate icon and favicon assets from a master icon.

Usage no npm install needed!

<script type="module">
  import createRealFavicon from 'https://cdn.skypack.dev/create-real-favicon';
</script>

README

create-real-favicon

Use this package to generate icon assets for an app from a high resolution master image.

Usage

yarn create real-favicon /path/to/master/icon.png

or

npx create-real-favicon /path/to/master/icon.png

Options

There are limited options currently.

  • --no-ios Will cease production of apple touch icons.
  • --no-desktop Will cease production of desktob browser icons.
  • --no-android Will cease production of android chrome icons.
  • -o <output-path> Will place the generated files at a specified path.