UNPKG

reruma

Version:

React Component for Converting File to base64

14 lines (13 loc) 306 B
<!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>