Awesome
<iron-cropper>
is a Polymer 1.0 element that wraps around Cropper.js
Demo
https://safetychanger.github.io/iron-cropper/
Install
Install the component using Bower:
$ bower install iron-cropper --save
Usage
Import Custom Element:
<link rel="import" href="bower_components/iron-cropper/iron-cropper.html">
And then use it:
<iron-cropper src="sample.jpg" on-crop="crop"></iron-cropper>
See the Documentation for more options.
Discussing
If you have any questions, you can find me on the Polymer Slack Channel, or just raise an Issue.
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
License
MIT License © Ruben Stolk