pub fn create_image_alt(content: &str) -> String
Expand description

Create a Twitter image alt tag.

A text description of the image conveying the essential nature of an image to users who are visually impaired. Maximum 420 characters.

Used with summary, summary_large_image, player cards.

Panics.

Panics if the description is more than 420 characters.