Version 1.7.0
-
Jdenticon is now easier than ever to use. In this release the
data-jdenticon-value
attribute was added, which eliminates the need to reference an external hash algorithm.Usage is as simple as:
<canvas data-jdenticon-value="value here" width="100" height="100"></canvas>
-
NPM module now uses the source JavaScript files in the src directory instead of the compiled files in the dist directory. This simplifies using a on-released version of Jdenticon in Node.