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