feat: Update app branding with darker icons and README badge

- Add "Made with Maestro" SVG badge to README
- Update app icons with darker purple color scheme (#2d1f4e)
- Add canvas dev dependency for icon generation
- Fix AchievementCard badge visibility with consistent dark bg
- Move code block copy button to bottom-right for better UX
- Add vertical margin to pre blocks for better spacing
- Improve batch synopsis prompt to be more concise

Claude ID: 97a10f0d-145d-4352-babd-6d9caed0f9dc
Maestro ID: b9bc0d08-5be2-4fdf-93cd-5618a8d53b35
This commit is contained in:
Pedram Amini
2025-12-02 17:02:29 -06:00
parent 5807669a2d
commit aaf315adf6
12 changed files with 239 additions and 14 deletions

View File

@@ -95,8 +95,8 @@ const HTML_CONTENT = `<!DOCTYPE html>
<script>
const SIZES = [1024, 512, 384, 192, 152, 144, 128, 96, 72];
const PURPLE = '#8B5CF6';
const PURPLE_DARK = '#7C3AED';
const PURPLE = '#2d1f4e';
const PURPLE_DARK = '#1a1a2e';
function drawMaestro(ctx, size) {
const scale = size / 512;