1.0.13 • Published 2 years ago

@anzerr/ident.icon v1.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Intro

GitHub Actions status | linter GitHub Actions status | publish GitHub Actions status | test

generate github styled identicon in svg format for a given hash.

Install

npm install --save git+https://git@github.com/anzerr/ident.icon.git
npm install --save @anzerr/ident.icon

Example

An online can be found here

const Identicon = require('ident.icon'),
	fs = require('fs');

fs.writeFileSync('example.svg', new Identicon('e3d7bb56cd6a33ed').toString(true));
1.0.13

2 years ago

1.0.12

3 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago