Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 | // Opt-in Korean IME subpath — the 두벌식 composer and its pre-wired layout.
// Tree-shakeable and separate from the main entry so the Hangul automaton only
// ships when you import it: `@usefy/virtual-keyboard/hangul`. Imports NO styles.
export { hangulComposer } from "./composer/hangul";
export { hangulLayout } from "./layouts/hangul";
|