UNPKG
reruma
Version:
latest (1.3.0)
1.3.0
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.0
React Component for Converting File to base64
github.com/KurtisSpencer/reruma
KurtisSpencer/reruma
reruma
/
index.html
14 lines
(13 loc)
•
306 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
=
"UTF-8"
>
<
title
>
React File To Base64 Converter
</
title
>
<
link
rel
=
"stylesheet"
href
=
"./src/style/app.css"
>
</
head
>
<
body
>
<
div
id
=
"app"
>
</
div
>
<
script
src
=
"./public/app.js"
>
</
script
>
<!-- <script src="build.js"></script> -->
</
body
>
</
html
>