asset_generate_splash_screen
Generate splash screen bundles for iOS, Android, and PWA from a brand mark SVG. Choose external prompt or API mode to composite the mark onto a background color and output platform-specific assets.
Instructions
Generate a cross-platform splash-screen bundle from a brand mark. Two modes (external_prompt_only / api); inline_svg is not supported (splash screens are PNG bundles — generate a logo inline_svg first, then call this with existing_mark_svg). api mode composites the mark onto background_color and emits ios/LaunchScreen-2732.png, android/mipmap-*dpi/splash.png, android/themes-splash.xml, pwa/splash-1200.png, and a README describing how to wire each.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brief | Yes | ||
| mode | No | ||
| brand_bundle | No | ||
| existing_mark_svg | No | Path to an existing brand-mark SVG to center on the splash. Preferred over regenerating. | |
| platforms | No | ||
| background_color | No | ||
| output_dir | No |