Skip to content

Commit e67caba

Browse files
committed
chore: test
1 parent efffd16 commit e67caba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/scripts/generate-icon-prompts.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ def generate_icon_prompt(name, platform, description):
132132
133133
Composition:
134134
- Square centered layout (NOT horizontal)
135-
- Icon should be compact and contained
135+
- Icon fills the entire canvas edge-to-edge (100% of area)
136+
- No padding or margins around the icon
136137
- Symmetrical arrangement
137-
- Large padding around the icon (icon should occupy center 60% of canvas)
138138
- Platform-appropriate symbol for {platform.upper()} (e.g., cloud, container, database, server, etc.)
139139
140140
Style: Enterprise professional, instantly recognizable at small sizes, similar to app icons or logos.
@@ -159,7 +159,7 @@ def generate_icon_prompt(name, platform, description):
159159
**Step 3: Compress with pngquant (free command line tool)**
160160
161161
- Install: `brew install pngquant` (Mac) or `apt install pngquant` (Linux)
162-
- Run: `pngquant --quality=70-85 logo.png --ext .png --force`
162+
- Run: `pngquant --quality=20-30 logo.png --ext .png --force`
163163
- This reduces file size by 60-80% while maintaining quality
164164
165165
**Target specs:** 800x800px PNG with transparent background, under 100KB"""

0 commit comments

Comments
 (0)