├── 1.png ├── ImgCropping.css ├── README.md ├── cropper.min.css ├── cropper.min.js ├── jquery-1.11.3.js └── test.html /1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL-Guitar/photograph/HEAD/1.png -------------------------------------------------------------------------------- /ImgCropping.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL-Guitar/photograph/HEAD/ImgCropping.css -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL-Guitar/photograph/HEAD/README.md -------------------------------------------------------------------------------- /cropper.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL-Guitar/photograph/HEAD/cropper.min.css -------------------------------------------------------------------------------- /cropper.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL-Guitar/photograph/HEAD/cropper.min.js -------------------------------------------------------------------------------- /jquery-1.11.3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL-Guitar/photograph/HEAD/jquery-1.11.3.js -------------------------------------------------------------------------------- /test.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HL-Guitar/photograph/HEAD/test.html --------------------------------------------------------------------------------