@anzerr/ident.icon
v1.0.13
Published
github style identicon util
Readme
Intro
generate github styled identicon in svg format for a given hash.
Install
npm install --save git+https://[email protected]/anzerr/ident.icon.git
npm install --save @anzerr/ident.iconExample
An online can be found here
const Identicon = require('ident.icon'),
fs = require('fs');
fs.writeFileSync('example.svg', new Identicon('e3d7bb56cd6a33ed').toString(true));