UNPKG

@agentman/chat-widget

Version:

Agentman Chat Widget for easy integration with web applications

8 lines (7 loc) 227 B
export declare class SvgProcessor { containsSvg(content: string): boolean; isPureSvg(text: string): boolean; processSvg(content: string): string; splitContent(content: string): string[]; private cleanSvg; }