Interface for the generator configuration. Contains the essential parameters needed to generate favicons and icons.

GenerationConfig

interface GenerationConfig {
    name: string;
    outputDir: string;
    sourceImage: string;
    verbose: boolean;
}

Properties

name: string

Name of the application (used in manifests and configs)

outputDir: string

Output directory for generated files (default is 'static' if not specified)

sourceImage: string

Path to the source image that will be processed

verbose: boolean

Whether to enable verbose logging mode