//! `imagesart` is a tiny helper crate for **ImagesArt**, an online AI image
//! generator and AI art generator that turns text prompts into images.
//!
//! Homepage: <https://imagesart.ai>
//!
//! ImagesArt ( <https://imagesart.ai> ) is an AI image tool that produces
//! images and digital art from text prompts. This crate currently just exposes
//! the canonical homepage URL.
/// The canonical homepage of the ImagesArt AI image generator.
///
/// See <https://imagesart.ai>.
pub const HOMEPAGE: &str = "https://imagesart.ai";
/// Returns the ImagesArt homepage URL ( <https://imagesart.ai> ).