Skip to content
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.

Commit

Permalink
prep for branching touch
Browse files Browse the repository at this point in the history
  • Loading branch information
terebentina committed Nov 27, 2013
1 parent 7c11482 commit cd532cd
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.idea
23 changes: 23 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"laxcomma": true,
"sub": true,
"eqeqeq": false,
"node": true,
"browser": true,
"esnext": true,
"bitwise": true,
"curly": true,
"immed": true,
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"smarttabs": true,
"-W041": true,
"globals": {
"jquery": true,
"jQuery": true,
"yepnope": true
}

}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Easy to use jQuery plugin for zoom & pan image cropping. This plugin is a rewrite of https://github.com/adriengibrat/jQuery-crop which itself is a rewrite of https://github.com/blackbiron/jWindowCrop :)

The main addition to this plugin is the ability to set the options after initialization and have the plugin auto-recalculate offsets and crop sizes, along with the auto-repositioning of the image (if required).
Besides, jQcrop has experimental touch support in the [touch branch](), based on the excellent [hammer.js](https://github.com/EightMedia/hammer.js).

It's built in the style of [sco.js](https://github.com/terebentina/sco.js) library so if you're familiar with that, you should feel at home with this one too.

Expand Down
13 changes: 13 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "jQcrop",
"version": "1.0.3",
"description": "jQuery plugin for cropping images.",
"dependencies": {
"jquery": ">=1.7.0"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components"
]
}

0 comments on commit cd532cd

Please sign in to comment.