1.2.5 • Published 5 years ago

a-avataaar v1.2.5

Weekly downloads
63
License
Apache-2.0
Repository
github
Last release
5 years ago

a-avataaar

A web component for showing an avatar based on a string (name, email, whatever you want)

Usage example

Using CDN

<script type="module" src="https://unpkg.com/a-avataaar/a-avataaar.js?module">	
<a-avataaar identifier="john.doe@example.com"></a-avataaar>

johndoe

In an npm project

npm install --save a-avataaar
<a-avataaar identifier="John Doe"></a-avataaar>

John Doe

For developers, not users, of this project

Building and running the project

npm install -g polymer-cli
npm install
polymer serve
1.2.5

5 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.4

5 years ago

1.1.2

5 years ago

1.0.4

5 years ago