Skip to content

Avatar generation library

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

radicle-dev/radicle-avatar

Repository files navigation

radicle-avatar

A library for generating emoji-color combinations which serve as avatars in Radicle clients.

Example:

assert_eq!(
    Avatar::from("cloudhead", Usage::Identity),
    Avatar {
        emoji: "🌻".to_string(),
        background: Color::new(24, 105, 216)
    }
);

Have a look at the tests for more hints on how to use this library.

About

Avatar generation library

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published