identitiles
v1.0.4
Published
Identitiles is yet another identicon variant. For those who don't know, here is short description what identicon is: An Identicon is a visual representation of a hash value, usually of an IP address, that serves to identify a user of a computer system as
Downloads
1
Readme
Installation
npm i identitiles
Usage
HTML
<canvas id="pic"></canvas>
Script
import identitiles from "identitiles"
identitiles( document.getElementById('pic'), '[email protected]' )