UNPKG

compress-base64

Version:
20 lines (19 loc) 531 B
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0" /> <meta http-equiv="X-UA-Compatible" content="ie=edge" /> <title>compress-base64</title> </head> <body> <img src="" alt="" id="originalImage" /> <img src="" alt="" id="compressedImage" /> <input type="file" id="input" /> <script src="../dist/umd/index.js"></script> <script src="./index.js"></script> </body> </html>