Skip to content

DefectingCat/boring-avatars-services

Repository files navigation

Boring avatars service

Fork from https://github.com/hihayk/boring-avatars-service.

Build with TypeScript.

Variants

You can use one of the variants marble, beam, pixel, sunset, ring or bauhaus.

https://api.rua.plus/avatar/beam

Avatar using marble variant

Custom size

https://api.rua.plus/avatar/marble/40

Avatar of 120px

https://api.rua.plus/avatar/marble/160

Avatar of 120px

Custom colors

You can pass an array of colors using the parameter color

https://api.rua.plus/avatar/marble/120/Maria%20Mitchell?colors=264653,2a9d8f,e9c46a,f4a261,e76f51

Avatar for Maria Mitchell

Square avatars

Use the parameter square to get square-shaped avatars.

https://api.rua.plus/avatar/marble/120/Maria%20Mitchell?square

Square avatar for Maria Mitchell

Name

You can use a username, email or any random text to generate a unique avatar.

https://api.rua.plus/avatar/marble/120/Maria%20Mitchell

Avatar for Maria Mitchell

Random avatar

If you just want to use random avatars without providing usernames, you can use the root endpoint. You will receive an svg image with a 80*80px size using the marble variant.

https://api.rua.plus/avatar/

Random avatar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published