Pregunta

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?

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top