| goose_create_brand_ai | R Documentation |
Enhanced brand creation with AI-powered suggestions for colors and typography.
goose_create_brand_ai(
brand_name,
industry = NULL,
style = NULL,
use_ai = TRUE,
output_dir = NULL
)
brand_name |
Name of the brand |
industry |
Optional industry context for better suggestions |
style |
Optional style preference (e.g., "modern", "classic", "playful") |
use_ai |
Whether to use AI for suggestions (requires goose_ask) |
output_dir |
Directory to save brand configuration |
Path to created brand configuration
## Not run:
# Create brand with AI assistance
goose_create_brand_ai("TechStartup",
industry = "fintech",
style = "modern")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.