# diacritic

> Removes accents / diacritics from strings, sentences, and paragraphs fast and effeciently.

Latest version **0.0.2** (published 2014-04-01) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: has types package; no vulnerabilities; high quality score.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2014-04-01 |
| First published | 2014-04-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/diacritic) |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Nijiko Yonskai |
| Maintainers | nijikokun |
| Keywords | diacritics, accents, slugify, clean, parser, cleanse, convert, remove, string |

## Links

- npm: https://www.npmjs.com/package/diacritic
- Repository: git@github.com:Nijikokun/Diacritics.js
- Issues: https://github.com/Nijikokun/Diacritics.js/issues
- npm.io page: https://npm.io/package/diacritic

## Alternatives

- [babylon](https://npm.io/package/babylon.md) — 5.1M weekly downloads
- [csscolorparser](https://npm.io/package/csscolorparser.md) — 3.7M weekly downloads
- [expr-eval-fork](https://npm.io/package/expr-eval-fork.md) — 1.5M weekly downloads
- [@leeoniya/ufuzzy](https://npm.io/package/@leeoniya/ufuzzy.md) — 247.7K weekly downloads
- [xml-parser](https://npm.io/package/xml-parser.md) — 78.4K weekly downloads

## Recent versions

- 0.0.2 (latest) — 2014-04-01
- 0.0.1 — 2014-04-01

## README

Diacritics.js
=============

Diacritic javascript module for cleaning or stripping a string of accents and replacing them with an equivalent.


## Node Installation

```bash
$ npm install diacritic
```

## Bower Installation

```bash
$ bower install diacritic
```

## Usage

```javascript
var Diacritics = require('diacritic');

// Internationalization
console.log(Diacritics.clean("Iлｔèｒｎåｔïｏｎɑｌíƶａｔï߀ԉ"));
```

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