Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 531 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 531 Bytes

Board for drawing

You can:

  • use brash or eraser
  • change colour of brush
  • change size of brush or eraser
  • clear all canvas in one click
  • save picture in common gallery
  • see all pictures in gallery

Run

Download server-0.1.1.zip and extract it.
If your system is Windows run server-0.1.1\bin\server.bat
Else run server-0.1.1\bin\server
Open http://localhost:8080/ in your browser and enjoy drawing!

It's my first client-server app. It written in Kotlin/JS.