# autowrong

> Autowrong introduce keyboard typos into a string

Latest version **1.0.0** (published 2016-12-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install autowrong
pnpm add autowrong
yarn add autowrong
bun add autowrong
```

Provides the command `autowrong`.

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2016-12-17 |
| First published | 2016-12-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | * |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | PWR Studio |
| Maintainers | pwrstudio |

## Links

- npm: https://www.npmjs.com/package/autowrong
- Repository: https://github.com/pwrstudio/autowrong
- Homepage: https://github.com/pwrstudio/autowrong#readme
- Issues: https://github.com/pwrstudio/autowrong/issues
- npm.io page: https://npm.io/package/autowrong

## Recent versions

- 1.0.0 (latest) — 2016-12-17

## README

## Synopsis

Autowrong introduce keyboard typos into a string.  

## Install

```
npm install autowrong
```

## Use

```
const autowrong = require('autowrong')
const string = 'The quick brown fox jumps over the lazy dog'
// Probability of typos occuring:
// adjacent: accidentally hitting adjacent QWERTY key
// double: hitting the same key twice
// order: hitting keys in wrong order
const options = {adjacent: 0.05, double: 0.05, order: 0.05}
console.log(autowrong(string, options))
```

## License

MIT

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