method AsciiBannerGeneratorService.generate AsciiBannerGeneratorService.generate(message: string,fontName: string,): Promise<string> Generate an ASCII banner text for the message using the specified font. Parameters message: string the message to output. fontName: string the font to use. Return Type Promise<string>