This project will convert your coloured images to grayscale images. Image Effects link
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
npm run build
Client: JavaScript, HTML
Server: Rust