A browser-based image manipulation application built with React and Bun. This tool provides a suite of utilities for working with images directly in your browser, with no server uploads required.
- Aspect Ratio Crop: Crop images with custom or preset aspect ratios, including common film, social media, and photo formats
- GIF/WebP Frame Extractor: Extract individual frames from animated GIF and WebP images
- PNG Converter: Convert any image format to PNG while preserving transparency
To install dependencies:
bun installTo start a development server:
bun devTo run for production:
bun start- Runtime: Bun - Fast all-in-one JavaScript runtime
- Framework: React 19
- UI Components: Radix UI + shadcn/ui
- Styling: Tailwind CSS
- Image Processing: Canvas API, gifuct-js