MCPcopy Index your code
hub / github.com/bernaferrari/FigmaToCode / HTMLSettings

Interface HTMLSettings

packages/types/src/types.ts:4–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2// Settings
3export type Framework = "Flutter" | "SwiftUI" | "HTML" | "Tailwind" | "Compose";
4export interface HTMLSettings {
5 showLayerNames: boolean;
6 embedImages: boolean;
7 embedVectors: boolean;
8 useColorVariables: boolean;
9 htmlGenerationMode: "html" | "jsx" | "styled-components" | "svelte";
10}
11export interface TailwindSettings extends HTMLSettings {
12 tailwindGenerationMode: "html" | "jsx" | "twig";
13 roundTailwindValues: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected