π οΈUtility Functions
You can find some functions here that can help with quickly creating avatars or getting useful information.
def create_avatar()
def create_avatar(
style: DStyle,
seed: str,
options: DOptions | None = None,
customisations: dict | None = None
) -> DAvatarParameter
Type
Default
Description
def create_random()
def create_random(
randomOptions: bool = False
) -> DAvatarParameter
Type
Default
Description
def bulk_create()
Parameter
Type
Default
Description
Last updated