/draw

A simple SVG drawing pad

Primary LanguageJavaScriptMIT LicenseMIT

draw

A simple SVG drawing pad. This app is just a learning experience for SVG development. I have a blog post(in Chinese) explaining the background information about this app.

Here is a running screenshot of this app.

running demo

Prerequisites

  • NodeJS
  • MongoDB

Install

git clone https://github.com/edwardwohaijun/draw
cd draw
npm install
npm run build
node app.js

Open browser and go to http://127.0.0.1:3001/draw, you can open 2 tabs to experience the collaborative editing.

License

This project is licensed under the MIT License.