An open API service indexing awesome lists of open source software.

https://github.com/bchainhub/clavicon

Generating stripes identicons for CBN
https://github.com/bchainhub/clavicon

clavicon core-blockchain identicon identicon-generator

Last synced: 3 months ago
JSON representation

Generating stripes identicons for CBN

Awesome Lists containing this project

README

        

# Clavicon

A tiny library for generating stripes identicons.

![Sample clavicon image](example/clavicon-screen.png "Clavicon")

## Installation

[Rollup](https://rollupjs.org) is used to deliver JS file.
You can build your own file with:

```bash
yarn install
yarn build
```

## Usage

```js
import 'clavicon';

document.write("

" + clavicon.create(address) + "
");
```

## CDN

Latest version

```html

```

## 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](LICENSE)