Skip to content

Generating stripes identicons for CBN

License

Notifications You must be signed in to change notification settings

bchainhub/clavicon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clavicon

A tiny library for generating stripes identicons.

Sample clavicon image

Installation

Rollup is used to deliver JS file. You can build your own file with:

yarn install
yarn build

Usage

import 'clavicon';

document.write("<pre>" + clavicon.create(address) + "</pre>");

CDN

Latest version

<script src="https://cdn.jsdelivr.net/gh/cryptohub-digital/clavicon/dist/clavicon.js"></script>

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update the tests as appropriate.

License

CORE License