forked from blueimp/JavaScript-Load-Image
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
38 lines (38 loc) · 1005 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "blueimp/javascript-load-image",
"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.",
"keywords": [
"javascript",
"load",
"loading",
"image",
"file",
"blob",
"url",
"scale",
"crop",
"img",
"canvas",
"meta",
"exif",
"thumbnail",
"resizing"
],
"homepage": "https://github.com/blueimp/JavaScript-Load-Image",
"authors": [
{
"name": "Sebastian Tschan",
"url": "https://blueimp.net"
}
],
"support": {
"issues" : "https://github.com/blueimp/JavaScript-Load-Image/issues"
},
"license": "MIT",
"autoload": {
"psr-0": {
"Blueimp\\JsLoadImageBundle": ""
}
},
"target-dir": "Blueimp/JsLoadImageBundle"
}