Telestrator
Download the latest release
An on-screen drawing tool (aka a "telestrator") by @steveruizok.
This app is in active development! More soon.
Usage
With the app open, hover your cursor into the lower left corner of the screen to activate the controls. Click a color or tool to capture the cursor and begin drawing. Press Escape
to release the cursor.
Keyboard Shortcuts
E
for ellipse tool.R
for rectangle tool.A
for arrow tool.D
for draw tool.1
through6
to select colors.Command + 1
throughCommand + 3
to select sizes.Command + E
to clear the screen.Command + F
to toggle fading.Command + Z
to undo.Command + Shift + Z
to redo.- Release pointer with
Escape
. - Clear screen and release pointer with
Command + Shift + E
.
Developing
This is an Electron app. If you're set up to do web dev then you'll be able to easily build the app from source. Clone this repo and run yarn install
and yarn dev
or yarn build
just like you would with a regular web project.