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
- Host: GitHub
- URL: https://github.com/bchainhub/clavicon
- Owner: bchainhub
- License: other
- Created: 2020-07-19T13:35:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-19T16:22:24.000Z (about 3 years ago)
- Last Synced: 2025-01-14T11:57:58.020Z (4 months ago)
- Topics: clavicon, core-blockchain, identicon, identicon-generator
- Language: HTML
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clavicon
A tiny library for generating stripes identicons.

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