interface AvatarEditorBuilder {
    build(): Promise<AvatarEditorApi>;
}

Methods

Methods