Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanketjaswal/image_processor
A full-stack image processing web application that accepts image uploads in various formats (PNG or JPEG), processes them on the backend, and provides real-time previews of the manipulated image.
https://github.com/sanketjaswal/image_processor
nodejs react sharp typescript
Last synced: 18 days ago
JSON representation
A full-stack image processing web application that accepts image uploads in various formats (PNG or JPEG), processes them on the backend, and provides real-time previews of the manipulated image.
- Host: GitHub
- URL: https://github.com/sanketjaswal/image_processor
- Owner: sanketjaswal
- License: mit
- Created: 2024-09-15T13:58:30.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T08:49:49.000Z (2 months ago)
- Last Synced: 2024-09-18T00:17:47.792Z (2 months ago)
- Topics: nodejs, react, sharp, typescript
- Language: TypeScript
- Homepage: https://image-processor.vercel.app
- Size: 7.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image_Processor
A full-stack image processing web application that accepts image uploads in various formats (PNG or JPEG), processes them on the backend, and provides real-time previews of the manipulated image.
### Some Features:
- Tech stack: React + Node + Express + Sharp + TypeScript
- Sharp : For Image Manipulation
- Error handling both on the server and on the client### Start the server
```shell
npm run server
```### Start the client
```shell
npm start
```