Skip to content

Jdenticon is a free Javascript library for generating highly recognizable identicons.

License

Notifications You must be signed in to change notification settings

sadysnaat/jdenticon

 
 

Repository files navigation

Jdenticon

http://jdenticon.com

Copyright (c) 2015 Daniel Mester Pirttijärvi

Description

This is a JavaScript library for generating identicons from a hash using canvas.

Files

You got a number of files when you extracted the script library:

File Description
jdenticon.min.js Compressed and obfuscated, to be used in production.
jdenticon.js Commented source file for your reference.

How to use

Add a canvas element where you want to render the identicon. Use the data-jdenticon-hash attribute to specify that an identicon should be rendered on the canvas.

<canvas width="80" height="80" data-jdenticon-hash="ff8adece0631821959f443c9d956fc39"></canvas>

Include the Jdenticon library somewhere on your page.

<script type="text/javascript" src="jdenticon.min.js"></script>

That's it! For more usage examples, please see:

http://jdenticon.com

About

Jdenticon is a free Javascript library for generating highly recognizable identicons.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 92.6%
  • Batchfile 7.4%