Skip to content

Lifeforge-app/lifeforge-docs-media

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LifeForge Documentation Media Repository

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.

Image Optimization

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 convert

The 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

📋 Dependencies

  • Sharp: High-performance image processing
  • Bun: Fast JavaScript runtime and package manager

📄 License

This repository is part of the LifeForge project. Please refer to the main project repository for license information.

🔗 Related Links


Made with ❤️ for the LifeForge ecosystem.

About

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.

Resources

Stars

Watchers

Forks

Contributors