convert-layout
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/convert-layout package

0.11.1 • Public • Published

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.

var ru = require('convert-layout/ru');

bankcardName.keyup(function () {
  bankcardName.value = ru.toEn(bankcardName.value);
});
Sponsored by Evil Martians

Docs

Read full docs on GitHub.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.11.1
    2,420
    • latest

Version History

Package Sidebar

Install

npm i convert-layout

Weekly Downloads

3,652

Version

0.11.1

License

MIT

Unpacked Size

5.43 kB

Total Files

19

Last publish

Collaborators

  • ai