Skip to Content
Mika Scraper 1.1.1 is released ๐ŸŽ‰
๐Ÿ• MIKA INTERFACEInterface: LogoRequestOptions

Mika Scraper v1.1.2


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.


Last updated on