Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.
/ eicongen Public archive

Generate Your Mobile App Icons from an Image (supports Android, iOS 11, Watchkit and Web favicons)

Notifications You must be signed in to change notification settings

lohanitech/eicongen

Repository files navigation

Mobile Apps Icon Generator

(Developed using create-react-app and electron)

Generate Icons required for your mobile application development project.

Supports icons generation for

  • Android
  • iOS
  • Watch Kit
  • Web

To Develop

yarn global add electron
git clone https://github.com/lohanitech/eicongen.git
cd eicongen
yarn install
yarn dev

This project is still under active development