2

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?

Marty McVry
  • 2,838
  • 1
  • 17
  • 23

1 Answers1

1

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

kasitan
  • 509
  • 4
  • 15