Add yocto/zepto converters and fix example card

This commit is contained in:
Codex
2026-03-07 10:09:48 +00:00
parent 2ba50981ac
commit d4e99abc38
3 changed files with 74 additions and 19 deletions

View File

@@ -6,7 +6,8 @@
const exampleInput = 15;
const supportsExample =
let supportsExample = false;
$: supportsExample =
config.type === 'standard' &&
typeof config.factor === 'number' &&
!!config.labels.in1 &&