MCPcopy Create free account
hub / github.com/bernaferrari/FigmaToCode /

Class

packages/backend/src/html/htmlTextBuilder.ts:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14} from "./htmlMain";
15
16export class HtmlTextBuilder extends HtmlDefaultBuilder {
17 constructor(node: TextNode, settings: HTMLSettings) {
18 super(node, settings);
19 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected