RobertBroersma / beanheads

Easily create characters for your projects
https://beanheads.robertbroersma.com
MIT License
1.39k stars 93 forks source link

Update props references in README #12

Closed rejas closed 4 years ago

rejas commented 4 years ago

Added and cleaned some props. Just one question: What does the mask property do?

DerpyScripts commented 4 years ago

If you set mask to true it displays the avatar in a circle and cuts off everything below it. If set to false, it won't display the circle, and won't clip off any of the avatar.

RobertBroersma commented 4 years ago

Thanks!