Skip to content

Commit 1f6ff2f

Browse files
committed
Update composer.json
1 parent 69ac9b8 commit 1f6ff2f

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

composer.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,29 @@
99
"type": "git",
1010
"url": "git://github.com/irax-xx/JavaScript-Load-Image.git",
1111
"reference": "master"
12-
},
13-
"title": "JavaScript Load Image",
14-
"description": "JavaScript Load Image is a library to load images provided as File or Blob objects or via URL. It returns an optionally scaled and/or cropped HTML img or canvas element. It also provides a method to parse image meta data to extract Exif tags and thumbnails and to restore the complete image header after resizing.",
15-
"keywords": [
16-
"javascript",
17-
"load",
18-
"loading",
19-
"image",
20-
"file",
21-
"blob",
22-
"url",
23-
"scale",
24-
"crop",
25-
"img",
26-
"canvas",
27-
"meta",
28-
"exif",
29-
"thumbnail",
30-
"resizing"
31-
]
12+
}
3213
}
3314
}
3415
],
16+
"title": "JavaScript Load Image",
17+
"description": "JavaScript Load Image is a library to load images provided as File or Blob objects or via URL. It returns an optionally scaled and/or cropped HTML img or canvas element. It also provides a method to parse image meta data to extract Exif tags and thumbnails and to restore the complete image header after resizing.",
18+
"keywords": [
19+
"javascript",
20+
"load",
21+
"loading",
22+
"image",
23+
"file",
24+
"blob",
25+
"url",
26+
"scale",
27+
"crop",
28+
"img",
29+
"canvas",
30+
"meta",
31+
"exif",
32+
"thumbnail",
33+
"resizing"
34+
],
3535
"homepage": "https://github.com/blueimp/JavaScript-Load-Image",
3636
"author": {
3737
"name": "Sebastian Tschan",

0 commit comments

Comments
 (0)