Customizable crop and zoom.
See demos and docs here.
Built on top of Yufei Liu's Image Editor.
# Install cropit with bower
$ bower install cropit
# or with npm
$ npm install cropit- Build:
webpack- Watch for changes and rebuild:
webpack -w
- Watch for changes and rebuild:
- Test:
npm test- Test specific file:
jest <filename>
- Test specific file:
- Lint:
npm run jshint -s
MIT