Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 665 Bytes

README.md

File metadata and controls

46 lines (29 loc) · 665 Bytes

Grayscale Image Effects

This project will convert your coloured images to grayscale images. Image Effects link

Screenshots

App Screenshot

Run Locally

Clone the project

  git clone https://github.com/aghwotu/image-effects.git

Go to the project directory

  cd image-effects

Install dependencies

  npm install

Start the server

  npm run serve

Deployment

  npm run build

Tech Stack

Client: JavaScript, HTML

Server: Rust