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.
736 B
736 B
collective drawing 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
- install nodejs
- debian
$ sudo apt install node
- os x
$ brew install node
- else information on the website https://nodejs.org
- install npm
- debian
$ sudo apt install npm
- os x
$ brew install npm
- else information on the website https://docs.npmjs.com/
- clone the repository
$ git clone https://git.xpub.nl/joak/colletive-drawing/
- change directory
$ cd collective-drawing
- install the dependecies
npm install
- run it
$ node index.js