FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
JavaScript-Load-Image/test/index.html at master · thomassthelly/JavaScript-Load-Image · GitHub
thomassthelly
/
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
/
test
/
index.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
46 lines (46 loc) · 1.31 KB
Breadcrumbs
JavaScript-Load-Image
/
test
/
index.html
Copy path
File metadata and controls
46 lines (46 loc) · 1.31 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
43
44
45
46
<!DOCTYPE HTML
>
<!--
/*
* JavaScript Load Image Test 1.11.1
* https://github.com/blueimp/JavaScript-Load-Image
*
* Copyright 2011, Sebastian Tschan
* https://blueimp.net
*
* Licensed under the MIT license:
* http://www.opensource.org/licenses/MIT
*/
-->
<
html
lang
="
en
"
>
<
head
>
<!--[if IE]>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<![endif]-->
<
meta
charset
="
utf-8
"
>
<
title
>
JavaScript Load Image Test
</
title
>
<
meta
name
="
viewport
"
content
="
width=device-width, initial-scale=1.0
"
>
<
link
rel
="
stylesheet
"
href
="
https://blueimp.github.io/cdn/css/mocha.min.css
"
>
</
head
>
<
body
>
<
div
id
="
mocha
"
>
</
div
>
<
script
src
="
https://blueimp.github.io/cdn/js/mocha.min.js
"
>
</
script
>
<
script
src
="
https://blueimp.github.io/cdn/js/expect.min.js
"
>
</
script
>
<
script
>
mocha
.
setup
(
'bdd'
)
;
</
script
>
<
script
src
="
https://blueimp.github.io/JavaScript-Canvas-to-Blob/js/canvas-to-blob.min.js
"
>
</
script
>
<
script
src
="
../js/load-image.js
"
>
</
script
>
<
script
src
="
../js/load-image-ios.js
"
>
</
script
>
<
script
src
="
../js/load-image-orientation.js
"
>
</
script
>
<
script
src
="
../js/load-image-meta.js
"
>
</
script
>
<
script
src
="
../js/load-image-exif.js
"
>
</
script
>
<
script
src
="
../js/load-image-exif-map.js
"
>
</
script
>
<
script
src
="
test.js
"
>
</
script
>
<
script
>
if
(
!
window
.
PHANTOMJS
)
{
mocha
.
checkLeaks
(
)
;
mocha
.
run
(
)
;
}
</
script
>
</
body
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL