feature/comparison-slider #19

Merged
ilia merged 129 commits from feature/comparison-slider into main 2026-02-02 09:23:46 +00:00
Showing only changes of commit 87c4e04458 - Show all commits

View File

@@ -43,6 +43,10 @@ export class TypographyControlManager {
get height() { get height() {
return this.#controls.get('line_height')?.instance.value; return this.#controls.get('line_height')?.instance.value;
} }
get spacing() {
return this.#controls.get('letter_spacing')?.instance.value;
}
} }
/** /**