diff --git a/README.md b/README.md index a1a091f..37fe611 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,24 @@ Includes an option to move the mouse pixel by pixel for better precision. ![color-picker](images/magnifier-deck.png) -## Details +Done using BarRaider's [Stream Deck Tools](https://github.com/BarRaider/streamdeck-tools). -TODO +## Features + +### Magnifier +![color-picker](images/magnifier.gif) + +- Turns a Stream Deck key into a screen magnifier +- Allows up to 32x zoom +- Press to start, press again to stop +- Refresh update is 1 second do to Stream Deck API limit +- Optional crosshair + +### Mover +![color-picker](images/mover.gif) +- Moves the mouse in the selected direction 1 pixel +- Useful for precision +- Not much to say, its super simple ## My other Stream Deck plugins diff --git a/images/magnifier.gif b/images/magnifier.gif new file mode 100644 index 0000000..2a22dc5 Binary files /dev/null and b/images/magnifier.gif differ diff --git a/images/mover.gif b/images/mover.gif new file mode 100644 index 0000000..31e68d2 Binary files /dev/null and b/images/mover.gif differ