initials-revamped
initials-revamped is a fork from the initials crate that allows generating customizable avatars with the initial characters from arbitrary name values.
Fork To-Do List
-
Change lib path frominitialstoinitials-revamped -
Submit crate to crates.io -
Use a more readable, fitting font (Roboto) -
Add support for directly using font bytes content (as opposed to paths) -
Update documention to include new features & change outdated info -
Better integration with the image crate -
Add awrite_tomethod to write raw bytes data to an array
Setup and Usage
In your Cargo.toml, add the following:
[]
= "*"
use ;
See Documentation (original docs - still haven't written my own)
Local Server
License
MIT
Credits
All the credit goes to Onur Sönmez, the original creator of this awesome lib.