Javascript code for identicon

1.3k views Asked by At

I have tried to find a good javascript identicon generator but found none. Can anyone give me a link/ code of a good javascript identicon generator?

1

There are 1 answers

0
kasitan On BEST ANSWER

Identicon generation is about creating images so it has to be done on server side. But it seems there is an implementation in node.js

EDIT: Oh, sorry, probably it could be done with canvas too. Examples: 1, 2, 3