Expand description
Banner Builder was developed to make it easy to create thumbnails for YouTube videos, banner images for Meetups, and for blog posts that would be included on various social media platforms.
It comes with a command line tool called banbu and also a library that can be used in other Rust projects.
Structs§
- Struct to hold all the information about the banner
- Represent an image to be embedded in the banner
- Represent a line of text to be displayed on the banner
Functions§
- Draw the image based on the information in the
Banner
struct - Read the YAML file and return the
Banner
struct