MCPcopy Create free account
hub / github.com/SpringRoll/SpringRoll / TextRenderer

Class TextRenderer

typings/Renderer.d.ts:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 lineEnd(): void;
23}
24export class TextRenderer extends DOMRenderer implements IRender {
25 sanitize(html: string): string;
26 lineBegin(line:TimedLine): void;
27 lineEnd(): void;
28}
29
30export function TemplateRenderer(template: string, args: TemplateVariables): string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected