Skip to content

Commit 56423a4

Browse files
committed
Created composer.json
1 parent 3922629 commit 56423a4

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

composer.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"name": "blueimp/javascript-load-image",
3+
"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.",
4+
"keywords": [
5+
"javascript",
6+
"load",
7+
"loading",
8+
"image",
9+
"file",
10+
"blob",
11+
"url",
12+
"scale",
13+
"crop",
14+
"img",
15+
"canvas",
16+
"meta",
17+
"exif",
18+
"thumbnail",
19+
"resizing"
20+
],
21+
"homepage": "https://github.com/blueimp/JavaScript-Load-Image",
22+
"authors": [
23+
{
24+
"name": "Sebastian Tschan",
25+
"url": "https://blueimp.net"
26+
}
27+
],
28+
"support": {
29+
"issues" : "https://github.com/blueimp/JavaScript-Load-Image/issues"
30+
},
31+
"license": "MIT"
32+
}

0 commit comments

Comments
 (0)