HTML5 canvas drawing web application. You can currently draw circles, triangles, rectangles, lines and smileys.
- Clone this repository.
- Install node.js.
- Install gulp with
npm i -g gulp-cli
and then run default gulp commandgulp
to build project. - Start server with
npm start
- Open http://localhost:3000 in your browser.