You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you iterate through the components in the source code, it's all SVG based, so could extract the SVG from https://github.com/fangpenlin/avataaars/blob/master/src/avatar/index.tsx and the rest of the components like Clothes, etc...you could copy / paste the svg into Angular components. There are some data binding and variables that you'll need to convert, but it's doable. I would start with getting that basic component above to render (remove all the children like Clothes, etc).
No description provided.
The text was updated successfully, but these errors were encountered: