material-avatar
material-avatar copied to clipboard
Simple material design avatars using canvas
As requested in #7
Good day, widget dont get width and height from container. I have always fixed width 200x200 px. ``` ```
Could you please add a license header inside your library material-avatar.js & .min.js file? Otherwise the license notice, which is required by the MIT License you choose, isn't included automatically...
In the case where an element is hidden, calling `this.element.offsetWidth` will return 0. For example, when I'm rending an avatar to a tab view that isn't shown, when I navigate...