Skip to content

MrBrownNL/simple-identicons

Repository files navigation

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 !

About

Simplified combination of several packages to quickly add identicons to your project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published