Image comparison
HTML
<script src="https://rawgithub.com/nodeca/pako/master/dist/pako.js"></script>
<div id='here'>
hey there
</div>
<br>
<div id='encoded'>
hey there encoded
</div>
JavaScript
// Get some base64 encoded binary data from the server. Imagine we got this:
var b64Data =...