Skip to content

Instantly share code, notes, and snippets.

@linuxenko
Created March 25, 2016 18:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linuxenko/a5a911eff3c2184a7964 to your computer and use it in GitHub Desktop.
Save linuxenko/a5a911eff3c2184a7964 to your computer and use it in GitHub Desktop.
GIXIE Demo

GIXIE Demo

HTML5 canvas based GitHub identicons like pixel/avatar images generator library. Available as jquery plugin, es6 library or directly call it with vanillaJS.

A Pen by Svetlana Linuxenko on CodePen.

License.

<div class="gixi no-avatar"></div>
<a href="https://github.com/linuxenko/gixi" target="_blank"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"></a>
$('.no-avatar').gixi();
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://npmcdn.com/gixi@0.0.6/dist/gixi-min.js"></script>
.gixi {
width: 200px;
height: 200px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment