rafaponieman / cropit

A "customizable crop and zoom" jQuery plugin.

Home Page:http://scottcheng.github.io/cropit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
    • Watch for changes and rebuild: webpack -w
  • Test: npm test
    • Test specific file: jest <filename>
  • Lint: npm run jshint -s

License

MIT

About

A "customizable crop and zoom" jQuery plugin.

http://scottcheng.github.io/cropit/

License:MIT License


Languages

Language:JavaScript 92.6%Language:HTML 7.4%