Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```