logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Unicornify::URL - OMG UNICORN AVATAR!

Description

       Now you can have your very own generated Unicorn avatar! OMG! SQUEE!

       See <http://unicornify.appspot.com/use-it> for more information. *heart*

Functions

unicornify_url

           my $url = unicornify_url( email => $email, %options );

       Constructs a URL to fetch the unicorn avatar for the given $email address.

       %options are optional.  "unicornify_url" will accept all the options of "gravatar_url" in Gravatar::URL
       but as of this time only "size" has any effect.

       size

       Specifies the desired width and height of the avatar (they are square) in pixels.

       As of this writing, valid values are from 32 to 128.  The default is 32.

Name

       Unicornify::URL - OMG UNICORN AVATAR!

See Also

       Gravatar::URL

       Acme::Pony

       "The Last Unicorn"

perl v5.34.0                                       2022-06-14                               Unicornify::URL(3pm)

Synopsis

           use Unicornify::URL;

           my $url = unicornify_url( email => 'larry@wall.org' );

See Also