@anzerr/ident.icon
TypeScript icon, indicating that this package has built-in type declarations

1.0.13 • Public • Published

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));

Package Sidebar

Install

npm i @anzerr/ident.icon

Weekly Downloads

1

Version

1.0.13

License

MIT

Unpacked Size

5.64 kB

Total Files

6

Last publish

Collaborators

  • anzerr