8000 GitHub - zhangyu1818/appicon-forge: An intuitive app icon generator that lets you customize colors, borders, shadows, and more to create unique app icons effortlessly.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Notifications You must be signed in to change notification settings

zhangyu1818/appicon-forge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AppIcon Forge

Language: 简体中文

A simple tool that allows you to generate usable app icons without any design expertise.

Example

example1 example2 example3 example4 example5

Features

  • Customize icon size, position, color, background color, border, gradient, and shadow.
  • Customize text content, text gradient, and fonts.
  • 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.

Important

The text icons use the system's default fonts, and copyright compliance cannot be guaranteed. Please proceed with caution when making your selection.

You can use custom Google fonts to avoid this.

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

Manual

To build the project for production:

pnpm build

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

Docker

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

# Navigate to the directory
cd appicon-forge

# Build the image
docker build -t appicon-forge .


# Renive the image
docker rmi appicon-forge

Docker run

# Build and start the container
docker run -d --name=appicon-forge --restart=always -p 5173:80 appicon-forge

# Stop and remove the container
docker stop appicon-forge
docker rm appicon-forge

Docker compose

# Build and start the container
docker-compose up -d

# Stop and remove the container
docker-compose down

License

This project is licensed under the MIT License.

About

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

Resources

Stars

Watchers

Forks

Contributors 6

Languages

0