genident

A thin cli wrapper around identicon, jdenticon, and other identicon-generating tools.

Usage no npm install needed!

<script type="module">
  import genident from 'https://cdn.skypack.dev/genident';
</script>

README

Installation

npm install -g genident

See also

  • identicon
    • Dependencies

      $ apt-get install libcairo2-dev libjpeg8-dev libpango1.0-dev libgif-dev build-essential g++
      
      • Fix for possible libpng-12 issue:

        $ wget -q -O /tmp/libpng12.deb http://mirrors.kernel.org/ubuntu/pool/main/libp/libpng/libpng12-0_1.2.54-1ubuntu1_amd64.deb   && sudo dpkg -i /tmp/libpng12.deb   && rm /tmp/libpng12.deb
        
  • jdenticon