{"id":23492822,"url":"https://github.com/addyosmani/squish","last_synced_at":"2026-04-11T16:45:39.584Z","repository":{"id":268212823,"uuid":"903631539","full_name":"addyosmani/squish","owner":"addyosmani","description":"Squish - Batch Browser-based Image Compression","archived":false,"fork":false,"pushed_at":"2024-12-23T23:42:25.000Z","size":122,"stargazers_count":108,"open_issues_count":0,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-24T00:28:35.078Z","etag":null,"topics":["batch","batch-processing","image-compression","image-processing"],"latest_commit_sha":null,"homepage":"https://squish.addy.ie","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/addyosmani.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-15T05:43:22.000Z","updated_at":"2024-12-24T00:25:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"03d9bb53-8fbc-4ea0-9153-c1180db82e9a","html_url":"https://github.com/addyosmani/squish","commit_stats":null,"previous_names":["addyosmani/squish"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/addyosmani%2Fsquish","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/addyosmani%2Fsquish/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/addyosmani%2Fsquish/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/addyosmani%2Fsquish/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/addyosmani","download_url":"https://codeload.github.com/addyosmani/squish/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231169898,"owners_count":18338071,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["batch","batch-processing","image-compression","image-processing"],"created_at":"2024-12-25T02:03:24.057Z","updated_at":"2026-04-11T16:45:34.524Z","avatar_url":"https://github.com/addyosmani.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Squish 🎨\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\nA modern, browser-based image compression tool that leverages WebAssembly for high-performance image optimization. Squish supports multiple formats and provides an intuitive interface for compressing your images without compromising quality.\n\n![](https://squish.addy.ie/meta.jpg)\n\n## ✨ Features\n\n- 🖼️ Support for multiple image formats:\n  - AVIF (AV1 Image Format)\n  - JPEG (using MozJPEG)\n  - JPEG XL\n  - PNG (using OxiPNG)\n  - WebP\n\n- 🚀 Key capabilities:\n  - Browser-based compression (no server uploads needed)\n  - Batch processing support\n  - Format conversion\n  - Quality adjustment per format\n  - Real-time preview\n  - Size reduction statistics\n  - Drag and drop interface\n  - Smart queue for compressing large number of files\n\n## 🛠️ Technology\n\nSquish is built with modern web technologies:\n\n- React + TypeScript for the UI\n- Vite for blazing fast development\n- WebAssembly for native-speed image processing\n- Tailwind CSS for styling\n- jSquash for image codec implementations\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Node.js 18 or later\n- npm 7 or later\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/addyosmani/squish.git\ncd squish\n```\n\n2. Install dependencies:\n```bash\nnpm install\n```\n\n3. Start the development server:\n```bash\nnpm run dev\n```\n\n4. Build for production:\n```bash\nnpm run build\n```\n\n## 💡 Usage\n\n1. **Drop or Select Images**: Drag and drop images onto the upload area or click to select files\n2. **Choose Output Format**: Select your desired output format (AVIF, JPEG, JPEG XL, PNG, or WebP)\n3. **Adjust Quality**: Use the quality slider to balance between file size and image quality\n4. **Download**: Download individual images or use the \"Download All\" button for batch downloads\n\n## 🔧 Default Quality Settings\n\n- AVIF: 50%\n- JPEG: 75%\n- JPEG XL: 75%\n- PNG: Lossless\n- WebP: 75%\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 📝 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🙏 Acknowledgments\n\n- [jSquash](https://github.com/jamsinclair/jSquash) for the WebAssembly image codecs\n- [MozJPEG](https://github.com/mozilla/mozjpeg) for JPEG compression\n- [libavif](https://github.com/AOMediaCodec/libavif) for AVIF support\n- [libjxl](https://github.com/libjxl/libjxl) for JPEG XL support\n- [Oxipng](https://github.com/shssoichiro/oxipng) for PNG optimization","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faddyosmani%2Fsquish","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faddyosmani%2Fsquish","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faddyosmani%2Fsquish/lists"}