Skip to content

Commit 36b672b

Browse files
Update README.md
Add video
1 parent 24f16d9 commit 36b672b

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
Image cropper that can crop with static, dynamic crop behavior and shapes with various customizations.
44

5-
## ⚠️ Work in Progress
5+
6+
https://user-images.githubusercontent.com/35650605/191830053-a2e8601b-9efc-4709-9598-520be7a0158b.mp4
7+
8+
9+
## ⚠️ This Library is under progress(Initial version is for testing)
610
This is initial release that contains bugs and unfinished free-hand crop soon to be
711
free of bugs, optimized and will include free-hand crop
812

@@ -17,6 +21,18 @@ free of bugs, optimized and will include free-hand crop
1721
* Option to change fling gesture when pointer is up to continue movement
1822
* Overlay and grid color, stroke width options
1923

24+
This library uses
2025

26+
[Colorful Sliders](https://github.com/SmartToolFactory/Compose-Colorful-Sliders)
27+
Colorful Sliders written with Jetpack Compose that enliven default sliders with track and thumb
28+
dimensions, and gradient colors, borders, labels on top or at the bottom move with thumb and
29+
ColorfulIconSlider that can display emoji or any Composable as thumb
30+
[Color Picker Bundle](https://github.com/SmartToolFactory/Compose-Color-Picker-Bundle)
31+
Collection of Color Pickers written with Jetpack Compose with solid Color or Gradient with type,
32+
tile mode, and color stops in HSL/HSV/RGB models with Colorful Sliders, displays, and many
33+
customization options.
34+
[Extended Gestures](https://github.com/SmartToolFactory/Compose-Extended-Gestures)
35+
Jetpack Compose gesture library that expands available gesture functions with onTouchEvent
36+
counterpart of event, transform and touch delegate gestures.
2137

2238

0 commit comments

Comments
 (0)