Beautiful Image

Compress and optimize images with minimal quality loss in the browser or on the server

typescript,rust 📄 MIT

Compress and optimize images with minimal quality loss in the browser or on the server. Powered by Rust/WASM with zero native dependencies.

  • Browser uses the native Canvas API for fast GPU-accelerated decode and resize, then hands off to WASM for sharpening and JPEG encoding.
  • Node.js runs the full pipeline in WASM (decode, resize, filters, encode), making it ideal for serverless environments like AWS Lambda or Google Cloud Functions with no native dependencies.
Copilot says: AI-generated

Shrink and sharpen your images like a pro right in the browser or server with zero native dependencies—perfect for making your photos pop without sacrificing quality or speed!

Key features:

  • 🔥 GPU-accelerated browser resizing and sharpening
  • ⚡ Full Rust/WASM pipeline for serverless environments
  • 🎯 Minimal quality loss JPEG compression
  • 🚀 Easy integration for Lambda and cloud image optimization

This summary was generated by GitHub Copilot based on the project README.