Render an icon for HTML5 games UI with Polymer.js
bower install --save ebabel-eu/game-icon
The path relative to your bower_components director may vary when importing.
<link rel="import" href="../../bower_components/game-icon/game-icon.html">
<game-icon author="heavenly-dog" path="defensive-wall"></game-icon>
If you want to see more information about the icon, such as copyright, include a debug parameter.
<game-icon debug author="heavenly-dog" path="defensive-wall"></game-icon>
The width and height may be modified.
<game-icon width="100" height="100" author="heavenly-dog" path="defensive-wall"></game-icon>