naclcaleb / Draw

An online drawing program
https://naclcaleb.github.io/Draw/
GNU General Public License v3.0
4 stars 1 forks source link
art brush drawing html javascript

Draw

An online drawing program

Installation and running the app

To install, clone the repo to your desired folder. Then cd into the folder and run python -m SimpleHTTPServer (or python -m http.server 8000 for Python 3) or host it locally with an apache server.

Alternatively, just go to https://naclcaleb.github.io/Draw