javascriptidenticon

Javascript code for identicon


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?


Solution

  • 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