/favicon-generator

Generates app icons, manifest.json and <head>-tags from options you provide

Primary LanguageTypeScript

Favicon generator

Generates app icons, manifest.json and <head>-tags from options you provide.

The icon options are:

  • text
  • fontSize
  • fontColor
  • backgroundColor

Install

yarn install

Usage

CLI

Create a .env file with your settings (see .env.example) and run:

yarn start

Web UI

Start the server

yarn serve

and go to localhost:3000.