Skip to content

moodysalem/jazzicon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jazzy Identicons (jazzicon)

Say goodbye to boring blocky identicons that look like they came out of the 70s, and replace them with jazzy, colorful collages that more likely came out of the 80's.

example

Installation

npm install jazzicon -S

Usage

Takes a pixel diameter and a javascript integer (seeds the shape), and gives you back a DOM element to use as you wish!

import jazzicon from 'jazzicon'

const body = document.querySelector('body')

for (let i = 0; i < 60; i++) {
  body.appendChild(jazzicon(100, Math.round(Math.random() * 10000000)))
}

About

Jazzy deterministic identicons for a more entertaining future.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 100.0%