UNPKG

convert-layout

Version:

Converts text from one keyboard layout to other

23 lines (15 loc) 609 B
# Convert Layout A JavaScript library to convert text from one keyboard layout to other. Useful to prevent errors on english-only fields, like a credit card owner field. ```js var ru = require('convert-layout/ru'); bankcardName.keyup(function () { bankcardName.value = ru.toEn(bankcardName.value); }); ``` <a href="https://evilmartians.com/?utm_source=convert-layout"> <img src="https://evilmartians.com/badges/sponsored-by-evil-martians.svg" alt="Sponsored by Evil Martians" width="236" height="54"> </a> ## Docs Read **[full docs](https://github.com/ai/convert-layout#readme)** on GitHub.