FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
JavaScript-Load-Image/package.json at master · hendrilubis/JavaScript-Load-Image · GitHub
hendrilubis
/
JavaScript-Load-Image
Public
forked from
blueimp/JavaScript-Load-Image
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
JavaScript-Load-Image
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
42 lines (42 loc) · 1.11 KB
Breadcrumbs
JavaScript-Load-Image
/
package.json
Copy path
File metadata and controls
42 lines (42 loc) · 1.11 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
39
40
41
42
{
"name"
:
"
blueimp-load-image
"
,
"version"
:
"
1.2.3
"
,
"title"
:
"
JavaScript Load Image
"
,
"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.
"
,
"keywords"
: [
"
javascript
"
,
"
load
"
,
"
loading
"
,
"
image
"
,
"
file
"
,
"
blob
"
,
"
url
"
,
"
scale
"
,
"
scaling
"
,
"
img
"
,
"
canvas
"
],
"homepage"
:
"
https://github.com/blueimp/JavaScript-Load-Image
"
,
"author"
: {
"name"
:
"
Sebastian Tschan
"
,
"url"
:
"
https://blueimp.net
"
},
"maintainers"
: [
{
"name"
:
"
Sebastian Tschan
"
,
"url"
:
"
https://blueimp.net
"
}
],
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git://github.com/blueimp/JavaScript-Load-Image.git
"
},
"bugs"
:
"
https://github.com/blueimp/JavaScript-Load-Image/issues
"
,
"licenses"
: [
{
"type"
:
"
MIT
"
,
"url"
:
"
http://www.opensource.org/licenses/MIT
"
}
],
"main"
:
"
load-image.js
"
}
Back
|
FazBrowse Home
|
New Git URL