Skip to content

Latest commit

 

History

History
66 lines (42 loc) · 1.5 KB

README.md

File metadata and controls

66 lines (42 loc) · 1.5 KB

AppIcon Forge

An intuitive app icon generator that lets you customize colors, borders, gradient, shadows, text, local images and more to create unique app icons effortlessly.

page


Example

example1 example2 example3 example4

Features

  • Customize icon size, position, color, background color, border, gradient, and shadow
  • Customize text content and text gradient
  • Customize local SVG files or images
  • Generate icons using Iconify Icons with over 200,000 available icons.
  • Real-time preview of your icon changes.
  • Easy export of icons for apps.

Usage

You can use AppIcon Forge directly from GitHub Pages without any installation. Simply visit the following URL:

AppIcon Forge on GitHub Pages

If you want to run it locally:

Clone the repository and install dependencies:

# Clone the repository
git clone https://github.com/zhangyu1818/appicon-forge.git

# Navigate to the directory
cd appicon-forge

# Install dependencies
pnpm install

Start the development server:

pnpm dev

Visit http://localhost:5173/appicon-forge/ in your browser to start using AppIcon Forge.

Deployment

To build the project for production:

pnpm build

Deploy the contents of the out folder to your web server or GitHub Pages.

License

This project is licensed under the MIT License.