Creating a personal avatar

code
javascript
open-source
viz
Author

Julian Ricardo

Published

September 2, 2024

A really quick post to shoutout the open-source libraries I used to create what I find to be gorgeous icons, e.g. the favicon I use for my website, reproduced above in a larger size.

Anybody who worked with me previously will now know my secret to creating cute, company-themed user icons 😋

import Avatar from 'boring-avatars';

<Avatar 
        name='Julian do Nascimento Ricardo'
        size='180'
        variant='sunset'
        colors={['#FB6107', '#F3DE2C', '#7CB518', '#5C8001', '#FBB02D']}
/>

Support my work with a cafecito

Buy Me A Coffee

Share