File tree Expand file tree Collapse file tree 6 files changed +33
-7
lines changed
Expand file tree Collapse file tree 6 files changed +33
-7
lines changed Original file line number Diff line number Diff line change @@ -109,4 +109,4 @@ window.loadImage(
109109All options are optional. By default, the image is returned as HTML ** img** element without any image size restrictions.
110110
111111## License
112- The JavaScript Load Image script is released under the [ MIT license] ( http://creativecommons. org/licenses/MIT/ ) .
112+ The JavaScript Load Image script is released under the [ MIT license] ( http://www.opensource. org/licenses/MIT ) .
Original file line number Diff line number Diff line change 88 * https://blueimp.net
99 *
1010 * Licensed under the MIT license:
11- * http://creativecommons. org/licenses/MIT/
11+ * http://www.opensource. org/licenses/MIT
1212 */
1313-->
1414< html lang ="en ">
Original file line number Diff line number Diff line change 66 * https://blueimp.net
77 *
88 * Licensed under the MIT license:
9- * http://creativecommons. org/licenses/MIT/
9+ * http://www.opensource. org/licenses/MIT
1010 */
1111
1212/*jslint nomen: true */
Original file line number Diff line number Diff line change 11{
22 "name" : " blueimp-load-image" ,
3+ "version" : " 1.1.3" ,
4+ "title" : " JavaScript Load Image" ,
35 "description" : " JavaScript Load Image is a function to load images provided as File or Blob objects or via URL. It returns an optionally scaled HTML img or canvas element." ,
6+ "keywords" : [
7+ " javascript" ,
8+ " load" ,
9+ " loading" ,
10+ " image" ,
11+ " file" ,
12+ " blob" ,
13+ " url" ,
14+ " scale" ,
15+ " scaling" ,
16+ " img" ,
17+ " canvas"
18+ ],
419 "homepage" : " https://github.com/blueimp/JavaScript-Load-Image" ,
520 "author" : {
621 "name" : " Sebastian Tschan" ,
722 "url" : " https://blueimp.net"
823 },
24+ "maintainers" : [
25+ {
26+ "name" : " Sebastian Tschan" ,
27+ "url" : " https://blueimp.net"
28+ }
29+ ],
930 "repository" : {
1031 "type" : " git" ,
1132 "url" : " git://github.com/blueimp/JavaScript-Load-Image.git"
1233 },
1334 "bugs" : " https://github.com/blueimp/JavaScript-Load-Image/issues" ,
14- "main" : " load-image" ,
15- "version" : " 1.1.3"
35+ "licenses" : [
36+ {
37+ "type" : " MIT" ,
38+ "url" : " http://www.opensource.org/licenses/MIT"
39+ }
40+ ],
41+ "main" : " loadImage"
1642}
Original file line number Diff line number Diff line change 88 * https://blueimp.net
99 *
1010 * Licensed under the MIT license:
11- * http://creativecommons. org/licenses/MIT/
11+ * http://www.opensource. org/licenses/MIT
1212 */
1313-->
1414< html lang ="en ">
Original file line number Diff line number Diff line change 66 * https://blueimp.net
77 *
88 * Licensed under the MIT license:
9- * http://creativecommons. org/licenses/MIT/
9+ * http://www.opensource. org/licenses/MIT
1010 */
1111
1212( function ( $ ) {
You can’t perform that action at this time.
0 commit comments