UNPKG

avatar-name

Version:

generate avatar with Letters or Initials ex. Michael Marshall --> MM

26 lines (17 loc) 521 B
# avatar-nam HTML Words To Avatar generate avatar with Letters or Initials ex. Michael Marshall --> MM ## Installation ```bash npm install avatar-name@1.0.0 ``` ```html <script src="../node_modules/avatar-name/index.js"></script> ``` ## Usage ```html <img class="round" width="32" height="32" avatar="Mike,Marshall" > ``` ## Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. ## License [MIT](https://choosealicense.com/licenses/mit/)