UNPKG
pull-file-reader
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Read an HTML5 File object (from e.g. HTML5 drag and drops) as a pull stream source.
pull-file-reader
/
index.html
14 lines
(13 loc)
•
270 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE
HTML
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"uft-8"
>
<
title
>
pull-file-reader
</
title
>
<
style
type
=
"text/css"
>
html
,
body
{
width
:
100%
;
height
:
100%
; }
</
style
>
</
head
>
<
body
>
<
script
src
=
"test.js"
type
=
"text/javascript"
>
</
script
>
</
body
>
</
html
>