Releases: turner-anderson/streamlit-cropper
Releases · turner-anderson/streamlit-cropper
Small Updates
- Added a stroke_width parameter to control box thickness
- Added a 'both' return_type to retrieve both the image AND coordinates
- Updated the CSS to better adjust to window size
v0.2.0
Major changes
- Output images are no longer resized as part of the component function. Instead, if the image is too large to fit inside the widget comfortably, it will be temporarily resized to allow for interaction and then the crop box will be scaled back to the original image size. This may break some current work flows, but should be more intuitive for future users.
Minor Changes
- Updated from beta_color_picker to color_picker