tnhu / telestrator

A disappearing drawing tool for your screen.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 through 6 to select colors.
  • Command + 1 through Command + 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.

About

A disappearing drawing tool for your screen.

License:MIT License


Languages

Language:JavaScript 79.4%Language:TypeScript 20.5%Language:CSS 0.1%