material-avatar icon indicating copy to clipboard operation
material-avatar copied to clipboard

Simple material design avatars using canvas

Results 4 material-avatar issues
Sort by recently updated
recently updated
newest added

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...