Skip to content

mu-majid/image-cropping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Cropping Server

A Node.js server with Sharp for automated image cropping with admin confirmation workflow.

Setup

  1. Install dependencies:
npm install express multer sharp uuid
  1. Run the server:
node server.js
  1. Open http://localhost:3000 for the admin dashboard

Features

  • Upload and crop images with predefined presets
  • Admin approval workflow
  • Sharp-based image processing
  • Clean file management
  • Web-based dashboard

Crop Presets

  • Thumbnail (150x150)
  • Banner (1200x400)
  • Avatar (200x200)
  • Product (800x600)
  • Square (500x500)
  • Custom dimensions

About

Simple image cropping implementation using Sharpjs Library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors