feat: Eingabe-Tab mit bidirektionaler Farbumrechnung
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -21,3 +21,10 @@ document.querySelectorAll('.tab-btn').forEach(btn => {
|
||||
if (section) section.classList.add('active');
|
||||
});
|
||||
});
|
||||
|
||||
import { initEingabe } from './eingabe.js';
|
||||
|
||||
function addFavorit(hsl) { console.log('addFavorit', hsl); }
|
||||
function addColorToSchema(hsl) { console.log('addColorToSchema', hsl); }
|
||||
|
||||
initEingabe(addFavorit, addColorToSchema);
|
||||
|
||||
Reference in New Issue
Block a user