mirror of
https://github.com/yusufipk/imagen-openrouter.git
synced 2026-09-11 10:36:07 +00:00
refactor: restructure project layout
- Move source files (app.js, styles.css) to src/ directory - Move assets (UI.webp, UI-1.webp) to assets/ directory - Update references in index.html and README.md"
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
A powerful client-side AI image generation tool using OpenRouter API. Generate thumbnails, artwork, and creative images with multiple state-of-the-art models.
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
## ✨ Features
|
||||
|
||||
@@ -91,10 +91,10 @@ This is a **100% client-side application**:
|
||||
|
||||
```
|
||||
imagen/
|
||||
├── index.html # Main UI structure
|
||||
├── styles.css # Premium dark theme styling
|
||||
├── app.js # Core logic + API integration
|
||||
└── README.md # This file
|
||||
├── src/ # Source code (JS/CSS)
|
||||
├── assets/ # Images and design assets
|
||||
├── index.html # Main entry point
|
||||
└── README.md # Documentation
|
||||
```
|
||||
|
||||
## 📜 License
|
||||
|
||||
Reference in New Issue
Block a user