Mika Scraper / LogoRequestOptions
Interface: LogoRequestOptions
Defined in: src/logo-generator/fantaxy.ts:7
The LogoRequestOptions
interface specifies the configuration options for generating a logo prompt.
Properties
style
style:
string
Defines the artistic style of the logo. This value may include predefined styles such as โmodernโ, โvintageโ, or โminimalistโ.
color
color:
string
Specifies the primary color for the logo in hexadecimal format (e.g.,#ff5733
). This property allows customization of the logoโs visual identity.
concept
concept:
string
Describes the conceptual theme or idea for the logo. This parameter can be used to convey the intended message or feeling the logo should evoke.
text
text:
string
The main textual content that should appear in the logo, such as a brand name or slogan. This text is subject to font and size specifications during the logo generation.
background
background:
string
Optional. Defines the background color or image for the logo. This property accepts color values in hexadecimal format or URLs to images for more complex backgrounds.