https://github.com/mistereo/meteor-identicon
Client-side identicon generation.
https://github.com/mistereo/meteor-identicon
Last synced: about 2 months ago
JSON representation
Client-side identicon generation.
- Host: GitHub
- URL: https://github.com/mistereo/meteor-identicon
- Owner: Mistereo
- License: mit
- Created: 2015-01-12T08:47:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-12T09:11:23.000Z (over 10 years ago)
- Last Synced: 2025-02-10T05:14:29.092Z (3 months ago)
- Language: JavaScript
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## meteor-identicon
Client-side [identicon](http://en.wikipedia.org/wiki/Identicon) generation for [Meteor](http://meteor.com) using
[blockies](https://github.com/download13/blockies).## Usage
Add package to your project:
```console
meteor add mistereo:identicon
```Now you can use `identicon` helper in your templates:
```handlebars
![]()
```You can pass options to [blockies](https://github.com/download13/blockies) like this:
```handlebars
![]()
```## License
The MIT License (MIT)