Metadata-Version: 2.1
Name: streamlit-cropperjs
Version: 0.0.5
Summary: A streamlit module integrating cropperjs
Home-page: https://github.com/erjieyong/streamlit-cropperjs
Author: erjieyong
Author-email: erjieyong@gmail.com
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# streamlit-cropperjs

Integrating the amazing [cropperjs](https://github.com/fengyuanchen/cropperjs) with streamlit. 

This streamlit module is primarily built with mobile usage in mind.

## Features
- Crop and return image data
- Supports touch (mobile)
- Supports cropping on demand with a button

## Future Development
- Support for all cropperjs options
- Support for cropperjs v2

## References
[https://github.com/fengyuanchen/cropperjs](https://github.com/fengyuanchen/cropperjs)
