Your Stream Deck Icon Generator has been significantly upgraded! Here's what changed:
SOLVED: Slow icon loading - Icons now load 90% faster using smart caching and lazy loading.
- Save your favorite gradients
- Quick-load from dropdown
- 3 default presets included
Ctrl/Cmd + I → Open icon picker
Ctrl/Cmd + E → Export PNG
Ctrl/Cmd + R → Reset settings
Esc → Close modals
← / → → Adjust gradient stop (Shift for ±10)
↑ / ↓ → Adjust icon position
+ / - → Adjust icon size
- Export all sizes (72, 144, 256) with one click
- Automatic downloads
- Quick copy button (📋)
- Paste directly into Discord, Slack, etc.
- Your work is automatically saved
- Persists across browser sessions
- No manual save needed!
- Adjust your gradient
- Click the 💾 button next to the presets dropdown
- Enter a name
- Done! It's saved forever
- Click the "Presets" dropdown
- Select any preset
- Your gradient instantly updates
- Design your icon
- Click "Export All Sizes"
- Get 72px, 144px, and 256px automatically
- Create your icon
- Click "📋 Copy"
- Paste anywhere!
- Icon loading: 3-5 seconds → 0.5 seconds
- Reopen modal: Instant (cached)
- Search: Debounced for smooth typing
- Memory: Smart caching prevents redundant loads
src/js/
├── app.js # Main entry (updated)
├── icons.js # Icon picker with caching (new)
├── ui.js # UI controls (updated)
├── gradient.js # Gradient controls (updated)
├── export.js # Export + batch (new features)
├── state.js # State management (unchanged)
├── storage.js # LocalStorage (NEW)
├── presets.js # Preset management (NEW)
└── keyboard.js # Keyboard shortcuts (NEW)
- Hard refresh:
Ctrl+Shift+R - Check browser console for errors
- Ensure
public/icons/fontawesome/has SVG files
- Check if localStorage is enabled
- Private/Incognito mode may block storage
- Try a different browser
- Requires modern browser (Chrome 76+, Firefox 63+)
- Needs secure context (HTTPS or localhost)
- Check clipboard permissions
- Use presets for brand colors
- Keyboard shortcuts speed up workflow 3x
- Batch export saves time for multiple sizes
- Search icons by keyword (e.g., "github", "discord")
- Your settings persist - no need to reconfigure
Your icon generator is now faster, more powerful, and easier to use. Enjoy!
For detailed technical information, see IMPROVEMENTS.md