This repository contains all media assets (images, screenshots, diagrams, etc.) used in the LifeForge Documentation. It serves as a centralized storage for media files that are referenced throughout the documentation site. GitHub CDN is used to efficiently deliver these assets.
This repository includes an automated image optimization script that converts PNG and JPG files to WebP format for better web performance.
# Convert all PNG and JPG files to WebP and delete originals
bun run convertThe script will:
- ✅ Scan the current directory for PNG, JPG, and JPEG files
- ✅ Convert them to WebP format (80% quality)
- ✅ Show compression statistics
- ✅ Delete original files after successful conversion
This repository is part of the LifeForge project. Please refer to the main project repository for license information.
Made with ❤️ for the LifeForge ecosystem.