a4b96ed37e
* Add support for custom profile picture dimensions The updateProfilePicture and generateProfilePicture functions now accept an optional dimensions parameter, allowing custom width and height for profile pictures. This provides more flexibility for image resizing beyond the default 640x640 size. * minor corrections Replaces 'w' and 'h' with 'width' and 'height' in profile picture related functions for improved clarity and consistency. * fix lint