<!DOCTYPE html>
<html>
<head>
    <title>Hash String Example</title>
</head>
<body>
	<script src="../build/hash-string.js"></script>
    <script>              
        console.log(hash({ test: true }));
    </script>
</body>
</html>