Skip to content

Web component of getavataaars.com

Notifications You must be signed in to change notification settings

dshomoye/a-avataaar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Web component of getavataaars.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.5%
  • HTML 1.2%
  • Shell 0.3%