15 lines
242 B
Markdown
15 lines
242 B
Markdown
# what is this?
|
|
it simulates a whiteboard
|
|
|
|
# instructions
|
|
action|key
|
|
-|-
|
|
draw black | hold f or j
|
|
draw white | hold s or l
|
|
resize brush | hold d or k, and move mouse
|
|
|
|
# install
|
|
```sh
|
|
go install github.com/roodletoof/whiteboard@latest
|
|
```
|