We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Repository metahashorg/iconhash_js contains JavaScript library which allows to generate personal identification icon for any Metahash address.
<script src="blockies.js"></script> <script> function SetIcon() { var address = document.getElementById('addr').value; var icon = document.getElementById('icon'); icon.style.backgroundImage = 'url(' + blockies.create({ seed:address ,size: 8,scale: 16}).toDataURL()+')' } </script>
For more information about the required dependencies and usage of the source code, please see the repository.