mxab:mxab-identicon

v0.1.1Published 10 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

#Identicon Repackaged Identicon.js (https://github.com/stewartlord/identicon.js)

##Usage


var hash = "b4d4ddf332ae27db737175a88847ce57"; // for example md5 of 'foobar@example.org'

var identicon = new Identicon(hash, 256).toString();

var dataUri = "data:image/png;base64," + identicon.toString();