Simple Unique Avatar Generation Based on Text

March 19, 2020 in Software Engineering | 1 min read | Tagged:

Simple Unique Avatar Generation Based on Text

Here is a very simple way to use HTML Canvas to generate a unique avatar based on text like the user name.

See the Pen Simple Unique Avatar Generation Based on Text by Housamz (@housamz) on CodePen.

Check it at this Code Pen page


Back to top