{"id":24500011,"url":"https://github.com/geo-mena/squish","last_synced_at":"2025-03-15T07:21:21.387Z","repository":{"id":273585443,"uuid":"920134509","full_name":"geo-mena/squish","owner":"geo-mena","description":"🎴 Squish - Batch Browser-based Image Compression","archived":false,"fork":false,"pushed_at":"2025-01-21T19:24:37.000Z","size":119,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-21T19:39:06.711Z","etag":null,"topics":["batch","batch-processing","image-compression","image-processing"],"latest_commit_sha":null,"homepage":"https://squish-ashen.vercel.app","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/geo-mena.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":"2025-01-21T16:13:44.000Z","updated_at":"2025-01-21T19:24:41.000Z","dependencies_parsed_at":"2025-01-21T19:49:14.112Z","dependency_job_id":null,"html_url":"https://github.com/geo-mena/squish","commit_stats":null,"previous_names":["geo-mena/squish"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geo-mena%2Fsquish","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geo-mena%2Fsquish/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geo-mena%2Fsquish/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geo-mena%2Fsquish/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geo-mena","download_url":"https://codeload.github.com/geo-mena/squish/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243696711,"owners_count":20332824,"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":"2025-01-21T22:16:35.770Z","updated_at":"2025-03-15T07:21:21.369Z","avatar_url":"https://github.com/geo-mena.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cp\u003e\n    \u003ch3\u003e\n     Squish - Modern Image Compression Tool 🎨\n    \u003c/h3\u003e\n  \u003c/p\u003e\n\n\u003ca href=\"https://squish.tofi.pro\"\u003e\n  \u003cimg src=\"public/images/squish.png\" alt=\"Screenshot\" /\u003e\n\u003c/a\u003e\n\n  \u003cp\u003e\u003c/p\u003e\n\n![Node Badge](https://shields.io/badge/Node-14.17.0-339933?logo=node.js)\n![NPM Badge](https://shields.io/badge/NPM-6.14.13-CB3837?logo=npm)\n![React Badge](https://shields.io/badge/React-17.0.2-61DAFB?logo=react)\n![TypeScript Badge](https://shields.io/badge/TypeScript-4.3.5-3178C6?logo=typescript)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\n\u003c/div\u003e\n\n## 👨‍🚀 Introduction\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## ✨ Features\n\n- 🖼️ Support for multiple image formats:\n\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\n```bash\ngit clone https://github.com/geo-mena/squish.git\ncd squish\n```\n\n2. Install dependencies:\n\n```bash\nnpm install\n```\n\n3. Start the development server:\n\n```bash\nnpm run dev\n```\n\n4. Build for production:\n\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\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeo-mena%2Fsquish","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeo-mena%2Fsquish","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeo-mena%2Fsquish/lists"}