# convert-layout

> Converts text from one keyboard layout to other

Latest version **0.11.1** (published 2021-10-11) · MIT license · 0 weekly downloads

## Install

```sh
npm install convert-layout
pnpm add convert-layout
yarn add convert-layout
bun add convert-layout
```

## Health

**Score 18/100 (F)** — status: abandoned.

Positive: has types package; no vulnerabilities.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.11.1 |
| Published | 2021-10-11 |
| First published | 2015-11-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/convert-layout) |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 5.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 251 |
| Author | Andrey Sitnik |
| Maintainers | ai |
| Keywords | keyboard, keyboard layout, russian, english, change, qwerty, belarusian, german, kazakh, spanish, ukrainian, hebrew, persian, farsi |

## Links

- npm: https://www.npmjs.com/package/convert-layout
- Repository: https://github.com/ai/convert-layout
- Homepage: https://github.com/ai/convert-layout#readme
- Issues: https://github.com/ai/convert-layout/issues
- npm.io page: https://npm.io/package/convert-layout

## Alternatives

- [@mce/gif](https://npm.io/package/@mce/gif.md) — 2.6K weekly downloads
- [cleanse](https://npm.io/package/cleanse.md) — 173 weekly downloads
- [str](https://npm.io/package/str.md) — 127 weekly downloads
- [naming](https://npm.io/package/naming.md) — 95 weekly downloads
- [tap-telco-api](https://npm.io/package/tap-telco-api.md) — 19 weekly downloads

## Recent versions

- 0.11.1 (latest) — 2021-10-11
- 0.11.0 — 2021-10-11
- 0.10.0 — 2021-09-11
- 0.9.0 — 2021-02-09
- 0.8.2 — 2020-10-05
- 0.8.1 — 2020-02-20
- 0.8.0 — 2019-01-09
- 0.7.0 — 2018-05-21
- 0.6.0 — 2018-03-05
- 0.5.1 — 2017-10-31
- 0.5.0 — 2017-08-03
- 0.4.1 — 2015-11-20
- 0.4.0 — 2015-11-07
- 0.3.0 — 2015-11-06
- 0.2.0 — 2015-11-06
- … 1 more at https://npm.io/package/convert-layout/versions

## README

# 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.

---
_Source: https://npm.io/package/convert-layout · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
