jcrop3
Version:
The Javascript cropping widget
39 lines (29 loc) • 1.25 kB
Markdown
# Jcrop v3
### The Javascript cropping engine
- **100% Pure Javascript**
All vanilla with no dependencies, or use official wrappers
for the component framework of your choice
- **Responsive**
Interface will automatically resize if the image size changes
because of responsive CSS rules.
- **Touch Support**
Touch support tested with Android, iOS, and Chromebook. Mouse and
touch are simultaneous and automatic.
- **Multiple Crops**
Single cropping widgets are so boring
widgets on the same stage are the doorway to advanced interfaces.
- **Clean open source**
Webpack'd for your convenience, the full source code is
open, easy to develop with, and MIT licensed.
- **Advanced Control**
Create complex interactivity that transcends mere
cropping using the well-documented API.
## Jcrop Guide
* [Getting Started](/blob/3.x/docs/guide/)
* [Using the documentation](/blob/3.x/docs/guide/about.md)
* [The Jcrop Instance](/blob/3.x//guide/instance.md)
* [Options and Configuration](/blob/3.x/docs/guide/options.md)
* [Event Handling](/blob/3.x/docs/guide/events.md)
* [Styling and CSS](/blob/3.x/docs/guide/styling.md)
* [Extending Jcrop](/blob/3.x/docs/guide/extend.md)
* [Design Guide](/blob/3.x/docs/guide/design.md)