/image-editor

Primary LanguageJavaScript

Image Editor

Image editing with convolution

Install

General

  • git clone https://github.com/FaXaq/image-editor.git
  • cd image-editor

Server

  • cd server
  • npm install
  • npm start

Client

  • cd client
  • npm install
  • npm start