Skip to content

v0.3.0

Choose a tag to compare

@nathanialhenniges nathanialhenniges released this 28 Feb 02:11
233b250

What's New

  • .icon folder output — Generate Apple Icon Composer .icon folders from PNG input. Auto-detected when -o ends in .icon.
  • --dark-bg-color <hex> — iOS 18+ dark mode background color support. Generates fill-specializations with light + dark entries.
  • generate_icon_composer MCP tool — AI-driven .icon folder creation with light/dark mode support.
  • New library exportscreateIconComposerFolder() and hexToIconColor().

Usage

# Generate .icon folder
iconwolf input.png -o AppIcon.icon --bg-color "#091533"

# With dark mode support
iconwolf input.png -o AppIcon.icon --bg-color "#091533" --dark-bg-color "#1E3A5F"

See CHANGELOG.md for full details.