- Add horizontal centering for each line of text
- Add vertical centering for the entire text block
- Ensure text doesn't overflow the top of the bubble
- Maintain compatibility with both built-in and TTF fonts
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Implement 5:1 ratio comic-style chat bubbles with character images
- Create modular design with character-specific assets
- Organize assets in /characters/{name}/ directories
- Add fallback system using Example character
- Support both speech and thought bubble types
- Maintain backward compatibility with style parameter
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Create image.php script for generating bubble images
- Add example usage HTML page for testing
- Update README with documentation
- Support multiple bubble styles
- Gracefully handle missing fonts
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>