We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f905b15 commit 2fa370bCopy full SHA for 2fa370b
composer.json
@@ -0,0 +1,20 @@
1
+{
2
+ "name": "itlized/javascript-load-image"
3
+ , "description": "JavaScript Load Image is a library to load images provided as File or Blob objects or via URL."
4
+ , "keywords": ["javascript-load-image"]
5
+ , "homepage": "https://github.com/blueimp/JavaScript-Load-Image"
6
+ , "authors": [
7
+ {
8
+ "name": "Michael Bui",
9
+ "email": "michael@itlized.com"
10
+ },
11
12
+ "name": "Sebastian Tschan",
13
+ "email": "sebastian.tschan@gmail.com"
14
+ }
15
+]
16
+ , "support": {
17
+ "issues": "https://github.com/ITLized/JavaScript-Load-Image/issues"
18
+}
19
+ , "license": "Apache-2.0"
20
0 commit comments