1.0.4 • Published 8 years ago

usericons v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

User Icons

User Icons is a small Javascript project to make generating an icon for a user simple. This project aims to generate icons that are similar to Google's.

There is a lot more work to be done before the first release.

Featured on CSS Script.

Usage

Using this project is simple. All that is needed is the following

<html>
<head>
    <script src="js/index.js"></script>
</head>
</html>
<body>

<script>
    var myIcon = new UserIcon('harrison.kelly');
    document.body.appendChild(myIcon);
</script>
</body>

That short amount of code will give you an icon with for the user's name.

Supported So Far

Currently, the following delimeters are supported

  • '-'
  • '.'
  • '_'

TODO

  • Add support for changing the shape.
  • Much much more.
1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago