Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aryan02420/drawonscreen
a simple universal screen annotation tool
https://github.com/aryan02420/drawonscreen
annotation draw svelte tauri
Last synced: about 2 months ago
JSON representation
a simple universal screen annotation tool
- Host: GitHub
- URL: https://github.com/aryan02420/drawonscreen
- Owner: aryan02420
- Created: 2022-08-29T06:13:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T18:39:00.000Z (9 months ago)
- Last Synced: 2024-04-25T16:41:50.208Z (9 months ago)
- Topics: annotation, draw, svelte, tauri
- Language: TypeScript
- Homepage:
- Size: 2.51 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DrawOnScreen
> DrawOnScreen is a simple universal screen annotation tool.
![DrawOnScreen](.github/images/demo.gif)
## Features
- Draw on screen!
- Change color!
- Disappearing strokes!
- Variable stroke width!
- Activate with global shortcut!
- Very cool!## Installation
// TODO
### Mac OS
```sh
# enable installing apps from unknown developers
sudo spctl --master-disable
# fix broken binary (optional)
xattr -cr /Applications/draw-on-screen.app
```