avatars 0.1.9

A library to generate SVG avatars from a seed string
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Avatars

This library can be used to generate pixel art avatars for users.

## Usage

You can find usage for it
[here](https://github.com/IgnisDa/rust-libs/blob/258c4031f521dcfa1d3d700cc1cf5ea6fefc15f7/crates/avatars_cli/src/lib.rs#L15).

## Acknowledgements

This is a rust port of CodeBerg avatars. Algorithms are mostly copied from
[Codeberg](https://codeberg.org/Codeberg/Avatars). All credits go to the original authors.