Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jokeyrhyme/element-icon-identicon
A single-purpose custom HTML element to display an identicon.
https://github.com/jokeyrhyme/element-icon-identicon
Last synced: 1 day ago
JSON representation
A single-purpose custom HTML element to display an identicon.
- Host: GitHub
- URL: https://github.com/jokeyrhyme/element-icon-identicon
- Owner: jokeyrhyme
- License: bsd-2-clause
- Created: 2014-07-13T03:02:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-16T22:52:35.000Z (over 10 years ago)
- Last Synced: 2024-10-31T06:51:32.486Z (8 days ago)
- Language: JavaScript
- Size: 145 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# element-icon-identicon
A single-purpose custom HTML element to display an [identicon](http://en.wikipedia.org/wiki/Identicon). For example:
```html
```
I've borrowed the MIT-licensed algorithm from @donpark's [identicon project]( https://github.com/donpark/identicon).
## Custom Element Framework Compatibility
- [x] [Polymer](http://www.polymer-project.org/)
- [ ] [X-Tags](http://www.x-tags.org/)
- [x] [Angular.JS](https://angularjs.org/)
- [ ] [React](http://facebook.github.io/react/)
- [ ] [Ember](http://emberjs.com/)## Browser Compatibility
- requires HTML5 Canvas (_might_ work with a poly-fill)
- rendering is automatically crisp on high-density displays