docs: update readme

This commit is contained in:
2024-01-23 12:36:45 +02:00
parent 645612bbe5
commit b3a2e3ea05

View File

@@ -4,7 +4,8 @@ WheelSpinner provides you with a simple number spinner that resembles a wheel, k
specifically pitch bender knobs. It allows you to update a single `double` value with a finger fling
or drag as in the example below.
<img src="https://casraf.blog/assets/images/wheel-spinner-tutorial/scr04.gif" width="300px" /> <img src="https://casraf.blog/assets/images/wheel-spinner-tutorial/scr05.gif" width="300px" />
<img src="https://casraf.dev/images/wheel-spinner-tutorial/scr04.gif" width="300px" />
<img src="https://casraf.dev/images/wheel-spinner-tutorial/scr05.gif" width="300px" />
## How to use