An on-screen drawing tool (aka a "telestrator") by @steveruizok.
This project needs a maintainer! (My hands are full with tldraw) DM me!
When open, the app sits on top of your screen as a transparent always-on-top window. When activated, your cursor will interact with the app. When not activated, your cursor will pass through to the windows beneath it.
- To view the app's toolbar, move your cursor into the lower left corner of your screen.
- To activate the app, select a color or tool. You can now begin drawing.
- To deactivate the app (and release your cursor), press
Escape.
Command + Option + Zto activate the app.Escapeto deactivate the app.Efor ellipse tool.Rfor rectangle tool.Afor arrow tool.Dfor draw tool.1through6to select colors.Command + 1throughCommand + 3to select sizes.Command + Eto clear the screen.Command + Fto toggle fading.Command + Zto undo.Command + Shift + Zto redo.- Clear screen and release pointer with
Command + Shift + E.
You can also activate the app at any time by pressing Command + Option + Z.
- Double click the drawing tool to toggle between ink-style drawing and solid drawing.
A loose idea of the features planned for development.
- Alert user to deactivate shortcut on first activation.
- In-app updates.
- Preferences menu.
- Customize global shortcut.
- Customize sizes.
- Customize colors.
- Customize background color (e.g. chroma key).
- Customize toolbar location (e.g. left, right, bottom, top).
- Add as menu icon instead of dock icon.
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.