polymer-gravatar

Use Gravatar images in Polymer 2+ projects

Usage no npm install needed!

<script type="module">
  import polymerGravatar from 'https://cdn.skypack.dev/polymer-gravatar';
</script>

README

<polymer-gravatar>

Use Gravatar images in Polymer 2+ projects

Installation

$ yarn add polymer-gravatar

Usage

polymer-gravatar takes an email property which corrosponds to a given Gravatar.

<polymer-gravatar email="my-email@email.net">

License

polymer-gravatar is licensed under Apache 2.0. This library includes JavaScript-MD5 to handle email hashing, which is licensed under the MIT License.