new Identicon({size: 128, seed: Math.random().toString()})
size- Integer, pixels, width & height of image
seed- String, usually a username or other unique meaning
shape- String,
any
squares
diamonds
circles
amount- Integer, number of shapes to draw
bgColor- String, background color,
#ABCDEF
rgba(0,0,0,0.5)
colors- Array, shape colors, same syntax as previous