---
title: "Example Images"
description: "This directory contains example images referenced in the main README."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/readme-666
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:36:48.879Z
license: CC-BY-4.0
attribution: "Example Images — Claudary (https://claudary.paisolsolutions.com/skills/readme-666)"
---

# Example Images
This directory contains example images referenced in the main README.

## Overview

# Example Images

This directory contains example images referenced in the main README.

## Generating Examples

To recreate these examples:

### Rocket Emoji Favicon
```bash
python scripts/generate_favicons.py --emoji "🚀" --emoji-bg "#4F46E5" docs/examples/ favicon
mv docs/examples/favicon-96x96.png docs/examples/rocket-emoji.png
```

### Text-Based Social Image
```bash
python scripts/generate_og_images.py docs/examples/ --text "Welcome to My Site" --bg-color "#4F46E5"
mv docs/examples/og-image.png docs/examples/text-og-image.png
```

## Note

Example images should be committed to the repository for documentation purposes.
They are excluded from the main .gitignore via the `!docs/**/*.png` rule.

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/readme-666) · https://claudary.paisolsolutions.com
