{"id":28481267,"url":"https://github.com/ztabs-official/image-editor-pro","last_synced_at":"2026-03-08T00:31:34.518Z","repository":{"id":295134160,"uuid":"989266008","full_name":"ztabs-official/image-editor-pro","owner":"ztabs-official","description":"Image Editor Pro","archived":false,"fork":false,"pushed_at":"2025-08-12T20:58:05.000Z","size":195,"stargazers_count":18,"open_issues_count":0,"forks_count":7,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-12T22:31:30.071Z","etag":null,"topics":["chrome","chrome-extension","chrome-extensions"],"latest_commit_sha":null,"homepage":"https://chromewebstore.google.com/detail/image-editor-pro/jbikmklfdcpnjbfbgjompkkkimankklh","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ztabs-official.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-05-23T19:15:23.000Z","updated_at":"2025-08-12T20:58:08.000Z","dependencies_parsed_at":"2025-05-23T20:34:51.500Z","dependency_job_id":"0f611f4d-f898-4574-99d7-bd8fbb5298e1","html_url":"https://github.com/ztabs-official/image-editor-pro","commit_stats":null,"previous_names":["ztabs-official/image-editor-pro"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ztabs-official/image-editor-pro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ztabs-official%2Fimage-editor-pro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ztabs-official%2Fimage-editor-pro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ztabs-official%2Fimage-editor-pro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ztabs-official%2Fimage-editor-pro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ztabs-official","download_url":"https://codeload.github.com/ztabs-official/image-editor-pro/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ztabs-official%2Fimage-editor-pro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30238856,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T00:30:53.000Z","status":"ssl_error","status_checked_at":"2026-03-08T00:30:44.061Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["chrome","chrome-extension","chrome-extensions"],"created_at":"2025-06-07T20:01:20.965Z","updated_at":"2026-03-08T00:31:34.500Z","avatar_url":"https://github.com/ztabs-official.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Image Editor Pro - Chrome Extension\n\nA beautiful and powerful Chrome extension for professional image editing with advanced capabilities including filters, drawing tools, cropping, resizing, and more.\n\n## 🚀 Features\n\n### Core Editing Tools\n- **10+ Professional Filters**: Brightness, contrast, saturation, blur, hue, sepia, vintage, grayscale, invert, opacity\n- **Drawing Tools**: Freehand brush with customizable size and color\n- **Text Editor**: Add and edit text with double-click functionality\n- **Shape Tools**: Rectangle, circle, triangle, star, arrow, heart\n- **Icons \u0026 Emojis**: 8 built-in icons/emojis for creative editing\n\n### Transform \u0026 Manipulation\n- **Crop Tool**: Visual crop selection with real-time preview\n- **Resize**: Smart proportional scaling with aspect ratio lock\n- **Rotate**: 90-degree rotation left/right\n- **Flip**: Horizontal and vertical flipping\n- **Zoom**: In/out with scale display\n\n### Export \u0026 Storage\n- **Multiple Formats**: Export as PNG, JPEG, or WebP\n- **Quality Control**: Adjustable quality for JPEG/WebP\n- **Local Gallery**: ~5MB Chrome storage capacity\n- **Auto-save**: Automatic saving to gallery\n- **Download**: Direct download functionality\n\n### User Experience\n- **Professional UI**: Built with shadcn/ui and Tailwind CSS\n- **Responsive Design**: Works on all screen sizes\n- **Context Menu**: Right-click any image to edit\n- **Immediate Access**: Click extension icon to open dashboard\n- **Search \u0026 Filter**: Gallery with search and filtering options\n\n## 🛠️ Technical Stack\n\n- **Frontend**: React 18 + TypeScript\n- **Canvas**: Konva.js for high-performance image editing\n- **UI Components**: shadcn/ui with Radix UI primitives\n- **Styling**: Tailwind CSS with custom design system\n- **Build Tool**: Vite with optimized production builds\n- **Extension**: Chrome Extension Manifest V3\n\n## 📦 Installation\n\n### For Users\n1. Download the extension from Chrome Web Store (coming soon)\n2. Or load as unpacked extension:\n   - Go to `chrome://extensions/`\n   - Enable \"Developer mode\"\n   - Click \"Load unpacked\" and select the `dist` folder\n\n### For Developers\n```bash\n# Clone the repository\ngit clone \u003crepository-url\u003e\ncd image-editor-extension\n\n# Install dependencies\nnpm install\n\n# Development mode\nnpm run dev\n\n# Build for production\nnpm run build:production\n\n# Generate icons\nnpm run icons\n```\n\n## 🏗️ Development\n\n### Project Structure\n```\nsrc/\n├── components/\n│   ├── ImageEditor.tsx    # Main editor component\n│   ├── Gallery.tsx        # Image gallery\n│   └── ui/               # shadcn/ui components\n├── dashboard.tsx         # Main dashboard page\n├── popup.tsx            # Extension popup (redirects)\n├── editor.tsx           # Standalone editor page\n├── background.ts        # Service worker\n├── content.ts           # Content script\n└── types/               # TypeScript definitions\n```\n\n### Key Components\n\n#### ImageEditor\n- Main editing interface with tabbed sidebar\n- Real-time filter application with Konva.js\n- Mouse event handling for drawing and cropping\n- Transform operations with proper state management\n\n#### Gallery\n- Grid/list view toggle\n- Search and filtering\n- Star/favorite functionality\n- Storage management with size tracking\n\n#### Storage System\n- Chrome Local Storage API\n- ~5MB capacity with size monitoring\n- Automatic cleanup and optimization\n- Image metadata tracking\n\n### Build Process\n1. **Type Check**: TypeScript compilation check\n2. **Vite Build**: Optimized production bundle\n3. **Asset Copy**: Manifest, icons, styles\n4. **Validation**: Required files check\n5. **Size Analysis**: Bundle size reporting\n\n## 🎨 Design System\n\n### Colors\n- Primary: Blue gradient (#667eea → #764ba2)\n- Accent: Blue (#3b82f6)\n- Success: Green (#10b981)\n- Warning: Yellow (#f59e0b)\n- Error: Red (#ef4444)\n\n### Typography\n- Font: System UI stack\n- Sizes: 12px - 32px with consistent scale\n- Weights: 400 (normal), 500 (medium), 600 (semibold), 700 (bold)\n\n### Components\n- Consistent border radius (0.5rem)\n- Subtle shadows and transitions\n- Accessible color contrast\n- Responsive spacing system\n\n## 🔧 Configuration\n\n### Vite Configuration\n- React plugin with Fast Refresh\n- TypeScript support\n- Tailwind CSS integration\n- Production optimizations\n\n### Chrome Extension\n- Manifest V3 compliance\n- Service worker background script\n- Content script injection\n- Context menu integration\n- Storage permissions\n\n## 📊 Performance\n\n### Bundle Size\n- Total: ~2-3MB (including assets)\n- JavaScript: ~800KB (minified)\n- CSS: ~50KB (Tailwind purged)\n- Assets: Icons, fonts, images\n\n### Optimization\n- Code splitting by route\n- Tree shaking for unused code\n- Minification and compression\n- Efficient re-renders with React\n\n## 🧪 Testing\n\n### Manual Testing Checklist\n- [ ] Upload and display images\n- [ ] Apply all filters\n- [ ] Draw with brush tool\n- [ ] Add and edit text\n- [ ] Create shapes and icons\n- [ ] Crop functionality\n- [ ] Resize with aspect ratio\n- [ ] Transform operations\n- [ ] Export in all formats\n- [ ] Gallery operations\n- [ ] Context menu integration\n\n### Browser Compatibility\n- Chrome 88+ (Manifest V3 requirement)\n- Chromium-based browsers\n- Edge 88+\n\n## 🚀 Deployment\n\n### Chrome Web Store\n1. Build production version: `npm run build:production`\n2. Create ZIP file of `dist` folder\n3. Upload to Chrome Web Store Developer Dashboard\n4. Fill out store listing details\n5. Submit for review\n\n### Local Installation\n1. Run `npm run build:production`\n2. Open Chrome Extensions page\n3. Enable Developer mode\n4. Load unpacked extension from `dist` folder\n\n## 📝 License\n\nMIT License - see LICENSE file for details.\n\n## 🤝 Contributing\n\n1. Fork the repository\n2. Create feature branch\n3. Make changes with tests\n4. Submit pull request\n\n## 📞 Support\n\nFor issues and feature requests, please use the GitHub issue tracker.\n\n---\n\n**Version**: 1.0.1  \n**Last Updated**: 2025  \n**Status**: Production Ready ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fztabs-official%2Fimage-editor-pro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fztabs-official%2Fimage-editor-pro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fztabs-official%2Fimage-editor-pro/lists"}