Crate banner_builder

Source
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§

Banner
Struct to hold all the information about the banner
Embed
Represent an image to be embedded in the banner
Text
Represent a line of text to be displayed on the banner

Functions§

draw_image
Draw the image based on the information in the Banner struct
read_yaml_file
Read the YAML file and return the Banner struct