You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
joak a653d967fd infos 11 months ago
public comments 11 months ago
.gitignore init commit 11 months ago
README.md infos 11 months ago
drawing.png readme image 11 months ago
index.js comments 11 months ago
package.json update from Tuesday 11 months ago

README.md

collective drawing editor

editor

this is a collective drawing editor. its like a etherpad but for drawings. current functions:

  • change line cap
  • change color
  • change line width it uses socket.io

installation

  1. install nodejs
    • debian

$ sudo apt install node * os x $ brew install node * else information on the website https://nodejs.org

  1. install npm
    • debian

$ sudo apt install npm * os x $ brew install npm * else information on the website https://docs.npmjs.com/

  1. clone the repository

$ git clone https://git.xpub.nl/joak/colletive-drawing/

  1. change directory

$ cd collective-drawing

  1. install the dependecies

npm install

  1. run it

$ node index.js