1.0.0 • Published 3 years ago

simple-identicons v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Simple identicons

Easily add identicons to your project.

Install

npm install simple-identicons -S

Example

import { Identicon } from "simple-identicons";
// OR in nodeJS ( commonJS module )
const { Identicon } = require("simple-identicons");

const myIdenticon = new Identicon();

console.log(myIdenticon.generate("seedString"));

Enjoy !